Refactor index.ts to remove unnecessary updateTray() function call

This commit is contained in:
Hichem Fantar 2024-10-04 02:24:40 +01:00
parent 15b9aa674d
commit 13d7a281d2

View File

@ -65,7 +65,6 @@ app.on('ready', () => {
app.focus({ steal: true })
init()
updateTray()
})
function firstRunWindow() {