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

revert changes

parent cb82822e
No related branches found
No related tags found
No related merge requests found
...@@ -87,15 +87,12 @@ function createWindow() { ...@@ -87,15 +87,12 @@ function createWindow() {
} }
}); });
console.log("checking if it updates");
if (!isDebugMode) { if (!isDebugMode) {
mainWindow.setMenu(null); mainWindow.setMenu(null);
} }
mainWindow.loadURL(indexFileUrl); mainWindow.loadURL(indexFileUrl);
mainWindow.maximize(); mainWindow.maximize();
autoUpdater.checkForUpdatesAndNotify();
mainWindow.on('close', () => { mainWindow.on('close', () => {
const appConfigStore = new ElectronStore({name: appConfigStoreStorage}); 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