mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-08-20 04:27:29 +00:00
removed useless leftover comment
This commit is contained in:
parent
436ae2ce48
commit
18c297f4c3
|
|
@ -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();
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue