mirror of
https://github.com/zen-browser/desktop.git
synced 2026-02-06 11:57:15 +00:00
feat: Revert migration step for syncing only pinned tabs, b=no-bug, c=common
This commit is contained in:
@@ -12,7 +12,7 @@ ChromeUtils.defineESModuleGetters(lazy, {
|
||||
|
||||
class nsZenUIMigration {
|
||||
PREF_NAME = "zen.ui.migration.version";
|
||||
MIGRATION_VERSION = 7;
|
||||
MIGRATION_VERSION = 6;
|
||||
|
||||
init(isNewProfile) {
|
||||
if (!isNewProfile) {
|
||||
@@ -127,10 +127,6 @@ class nsZenUIMigration {
|
||||
}, 1000);
|
||||
});
|
||||
}
|
||||
|
||||
_migrateV7() {
|
||||
Services.prefs.setBoolPref("zen.window-sync.sync-only-pinned-tabs", true);
|
||||
}
|
||||
}
|
||||
|
||||
export var gZenUIMigration = new nsZenUIMigration();
|
||||
|
||||
Reference in New Issue
Block a user