Skip to content

Commit

Permalink
More fixes from the conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
EpicnessTwo committed Jan 12, 2024
1 parent 57f8cf8 commit bb17a2b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -338,19 +338,11 @@ if (!gotTheLock) {
console.log('Second instance prevented');
win.show();
}

nativeTheme.themeSource = config.themeSource;
});

if (win) app.setAsDefaultProtocolClient('streamlurker')

app.whenReady().then(() => {
nativeTheme.themeSource = config.themeSource;

createWindow();
createTray();
console.log('App is ready');
});
createWindow();
createTray();
console.log('App is ready');
Expand Down

0 comments on commit bb17a2b

Please sign in to comment.