From 18c297f4c3815b0800f1b0f3c54c167ecfd6263c Mon Sep 17 00:00:00 2001 From: Joao Pedro Date: Mon, 10 Aug 2026 22:18:02 -0300 Subject: [PATCH] removed useless leftover comment --- src/context/LauncherContext.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/context/LauncherContext.tsx b/src/context/LauncherContext.tsx index b8a1a21..f98acd1 100644 --- a/src/context/LauncherContext.tsx +++ b/src/context/LauncherContext.tsx @@ -165,7 +165,6 @@ export function LauncherProvider({ children }: { children: React.ReactNode }) { const unlistenClose = await listen("tauri://close-requested", async () => { setIsWindowVisible(false); if (config.rpcEnabled) { - // the launcher never await RpcService.StopRPC(); } });