Fix welcome screen preference setting and optimize dot removal logic in gradient generator

This commit is contained in:
mr. M
2025-02-21 20:18:27 +01:00
parent 81fed8a1d8
commit bb7c400855
6 changed files with 17 additions and 6 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);
}
},