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

fullscreen

parent 8a738710
No related branches found
No related tags found
1 merge request!9Development
......@@ -88,7 +88,7 @@ function createWindow() {
}
mainWindow.loadURL(indexFileUrl);
mainWindow.maximize();
mainWindow.setFullScreen(true);
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