mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-27 16:10:32 +00:00
don't open dev tools by default
This commit is contained in:
parent
0b01525efb
commit
109fa8876a
1 changed files with 0 additions and 3 deletions
|
|
@ -40,9 +40,6 @@ app.whenReady().then(async () => {
|
|||
},
|
||||
});
|
||||
|
||||
// open dev tools
|
||||
mainWindow.webContents.openDevTools();
|
||||
|
||||
// navigate to loading page
|
||||
await mainWindow.loadFile(path.join(__dirname, 'loading.html'));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue