From bb17a2b8dd79742b66870067ff15a652783a48e3 Mon Sep 17 00:00:00 2001 From: EpicKitty Date: Fri, 12 Jan 2024 00:27:33 +0000 Subject: [PATCH] More fixes from the conflict --- index.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/index.js b/index.js index 2fc11df..8e9386f 100644 --- a/index.js +++ b/index.js @@ -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');