Fixed PGO builds not fully working

This commit is contained in:
mr. M
2024-12-21 13:32:03 +01:00
parent e0b125d762
commit c489a0b7cc
8 changed files with 19 additions and 32 deletions

View File

@@ -53,8 +53,6 @@ var gZenStylesheetManager = {
var gZenThemesImporter = new (class {
constructor() {
console.info('[ZenThemesImporter]: Initializing Zen Themes Importer');
try {
window.SessionStore.promiseInitialized.then(async () => {
if (Services.prefs.getBoolPref('zen.themes.disable-all', false) || Services.appinfo.inSafeMode) {