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(); } });