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

full screen

parent 1f9aa3d3
No related branches found
No related tags found
No related merge requests found
......@@ -88,6 +88,7 @@ function createWindow() {
}
mainWindow.loadURL(indexFileUrl);
mainWindow.maximize();
mainWindow.on('close', () => {
const appConfigStore = new ElectronStore({name: appConfigStoreStorage});
......
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