4
1
mirror of https://github.com/Qortal/qortal-ui.git synced 2025-02-11 17:55:51 +00:00
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(); createWindow();
createTray(); createTray();
if (process.platform === 'win32') { if (process.platform === 'win32') {
app.setAppUserModelId("org.qortal.QortalUi"); app.setAppUserModelId("org.qortal.QortalUI");
} }
autoUpdater.checkForUpdatesAndNotify(); autoUpdater.checkForUpdatesAndNotify();
}) })