fix duplicated cached widgets

This commit is contained in:
zadam
2020-02-08 17:44:34 +01:00
parent 81f4966a1a
commit 60d07a6871
3 changed files with 10 additions and 11 deletions

View File

@@ -44,6 +44,7 @@ app.on('will-quit', () => {
globalShortcut.unregisterAll();
});
// this is to disable electron warning spam in the dev console (local development only)
process.env['ELECTRON_DISABLE_SECURITY_WARNINGS'] = 'true';
require('./src/www');