From 13d7a281d2fd1b08b22e5ed1eaf659d248cb6b7d Mon Sep 17 00:00:00 2001 From: Hichem Fantar Date: Fri, 4 Oct 2024 02:24:40 +0100 Subject: [PATCH] Refactor index.ts to remove unnecessary updateTray() function call --- macapp/src/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/macapp/src/index.ts b/macapp/src/index.ts index f05faeea..b4b9bf19 100644 --- a/macapp/src/index.ts +++ b/macapp/src/index.ts @@ -65,7 +65,6 @@ app.on('ready', () => { app.focus({ steal: true }) init() - updateTray() }) function firstRunWindow() {