From 17e681e15604ce5e4536fef728cddb80db6a3472 Mon Sep 17 00:00:00 2001 From: pompurin404 Date: Sat, 17 Aug 2024 13:42:30 +0800 Subject: [PATCH] disable reload --- src/main/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/index.ts b/src/main/index.ts index 4da3b40..0f9361f 100644 --- a/src/main/index.ts +++ b/src/main/index.ts @@ -146,7 +146,6 @@ export function createWindow(show = false): void { event.preventDefault() stopMihomoMemory() mainWindow?.hide() - mainWindow?.reload() }) mainWindow.webContents.setWindowOpenHandler((details) => {