mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-17 07:16:16 +00:00
Fixed PGO builds not fully working
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user