Refactor ZenWelcome component and update welcome screen handling for improved layout and functionality

This commit is contained in:
mr. M
2025-02-21 19:51:51 +01:00
parent df597e6452
commit 023096477c
3 changed files with 11 additions and 7 deletions

View File

@@ -133,7 +133,7 @@
_checkForWelcomePage() {
if (!Services.prefs.getBoolPref('zen.welcome-screen.seen', false)) {
Services.prefs.setBoolPref('zen.welcome-screen.seen', true);
//Services.prefs.setBoolPref('zen.welcome-screen.seen', true);
Services.scriptloader.loadSubScript('chrome://browser/content/zen-components/ZenWelcome.mjs', window);
}
},