Skip to content
This repository has been archived by the owner on Apr 7, 2023. It is now read-only.

Commit

Permalink
Revert "Try setting app user model id for notification"
Browse files Browse the repository at this point in the history
This reverts commit 9634eb3.
  • Loading branch information
k0kubun committed Aug 2, 2018
1 parent 4d9f118 commit 5a14db2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main.js
Expand Up @@ -7,10 +7,6 @@ import { app, BrowserWindow, ipcMain, shell } from 'electron';

let mainWindow = null;

if (process.platform === 'win32') {
app.setAppUserModelId('com.github.k0kubun.Nocturn');
}

app.on('ready', () => {
if (mainWindow) return;

Expand Down

0 comments on commit 5a14db2

Please sign in to comment.