This commit is contained in:
AlphaX-Projects 2021-12-30 17:40:56 +01:00 committed by GitHub
parent d3d65259c9
commit 6cd429a4d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,7 +103,7 @@ if (!isLock) {
createWindow();
createTray();
if (process.platform === 'win32') {
app.setAppUserModelId("org.qortal.QortalUi");
app.setAppUserModelId("org.qortal.QortalUI");
}
autoUpdater.checkForUpdatesAndNotify();
})