Skip to content

Commit a7ef6cf

Browse files
author
lijiahao
committed
test dev
1 parent 5fb2c83 commit a7ef6cf

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

app/background.js

Lines changed: 2 additions & 1 deletion
Large diffs are not rendered by default.

main/application.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,8 @@ export default class Application {
288288
...windowOptions,
289289
});
290290

291+
this._mainWindow.openDevTools();
292+
291293
if (settings.background_keepalive) {
292294
this._mainWindow.webContents.setBackgroundThrottling(false);
293295
}

0 commit comments

Comments
 (0)