This commit is contained in:
2021-04-07 12:02:20 +02:00
parent f5741e381d
commit 5a5a2755f1

View File

@@ -6,7 +6,7 @@ import Settings from './settings'
import Banner from './banner'
import Updater from './updater'
export const DEV = !app.isPackaged && false
export const DEV = !app.isPackaged
// Enforce single instance
const isMain = app.requestSingleInstanceLock()