chore: remove devtool toggle

Signed-off-by: Innei <i@innei.in>
This commit is contained in:
Innei 2024-08-19 14:53:56 +08:00
parent e18ec754a0
commit 0a190d3ae8
No known key found for this signature in database
GPG Key ID: 0F62D33977F021F7
1 changed files with 0 additions and 1 deletions

View File

@ -83,7 +83,6 @@ export function createWindow(
...configs,
})
window.webContents.openDevTools()
function refreshBound(timeout = 0) {
setTimeout(() => {
const mainWindow = getMainWindow()