Refactor welcome screen preferences and animations for improved user experience

This commit is contained in:
mr. M
2025-02-15 16:44:13 +01:00
parent 852d928860
commit 59c559de14
4 changed files with 18 additions and 25 deletions

View File

@@ -122,8 +122,7 @@
_checkForWelcomePage() {
if (
!Services.prefs.getBoolPref('zen.welcome-screen.seen', false) &&
Services.prefs.getBoolPref('zen.welcome-screen.enabled', true)
!Services.prefs.getBoolPref('zen.welcome-screen.seen', false)
) {
//Services.prefs.setBoolPref('zen.welcome-screen.seen', true);
console.log('ZenStartup: Show welcome page');