mirror of
https://github.com/zadam/trilium.git
synced 2025-11-14 17:25:52 +01:00
many small issues found by intellij analysis
This commit is contained in:
@@ -48,7 +48,7 @@ async function createMainWindow(app) {
|
||||
const windowStateKeeper = require('electron-window-state'); // should not be statically imported
|
||||
|
||||
const mainWindowState = windowStateKeeper({
|
||||
// default window width & height so it's usable on 1600 * 900 display (including some extra panels etc.)
|
||||
// default window width & height, so it's usable on 1600 * 900 display (including some extra panels etc.)
|
||||
defaultWidth: 1200,
|
||||
defaultHeight: 800
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user