disable reload

This commit is contained in:
pompurin404 2024-08-17 13:42:30 +08:00
parent 2a4cb05947
commit 17e681e156
No known key found for this signature in database

View File

@ -146,7 +146,6 @@ export function createWindow(show = false): void {
event.preventDefault()
stopMihomoMemory()
mainWindow?.hide()
mainWindow?.reload()
})
mainWindow.webContents.setWindowOpenHandler((details) => {