chore: resolving conflicts with yarn.lock

This commit is contained in:
Chubby Granny Chaser 2024-11-02 17:09:10 +00:00
commit c8165c10bf
No known key found for this signature in database
27 changed files with 481 additions and 649 deletions

View file

@ -98,7 +98,6 @@ app.whenReady().then(async () => {
WindowManager.createMainWindow();
}
WindowManager.createNotificationWindow();
WindowManager.createSystemTray(userPreferences?.language || "en");
});