Skip to content
Snippets Groups Projects
Commit 6087fef0 authored by DFN2's avatar DFN2
Browse files

fullscreen has no top menu, revert to maximize

parent a5b35f57
No related branches found
No related tags found
1 merge request!9Development
......@@ -88,7 +88,7 @@ function createWindow() {
}
mainWindow.loadURL(indexFileUrl);
mainWindow.setFullScreen(true);
mainWindow.maximize();
mainWindow.on('close', () => {
const appConfigStore = new ElectronStore({name: appConfigStoreStorage});
appConfigStore.set('windowBounds', mainWindow.getBounds());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment