Browse Source

Typo

qdn-metadata
AlphaX-Projects 3 years ago committed by GitHub
parent
commit
6cd429a4d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      electron.js

2
electron.js

@ -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();
}) })

Loading…
Cancel
Save