feat: remove splash and add new subheader to request user to restart and install update

This commit is contained in:
Zamitto 2024-05-26 21:49:32 -03:00
parent 21305d3e39
commit cdd18a8ce2
14 changed files with 131 additions and 280 deletions

View file

@ -64,7 +64,7 @@ app.whenReady().then(() => {
where: { id: 1 },
});
WindowManager.createSplashScreen();
WindowManager.createMainWindow();
WindowManager.createSystemTray(userPreferences?.language || "en");
});
});