chore: Update preferences for legacy toolbar location in zen browser UI

This commit is contained in:
mauro-balades
2024-09-02 22:21:57 +02:00
parent 54395acd2a
commit acf057acc5
5 changed files with 16 additions and 4 deletions

View File

@@ -501,5 +501,10 @@ Preferences.addAll([
id: "zen.keyboard.shortcuts.disable-firefox",
type: "bool",
default: false,
},
{
id: "zen.themes.tabs.legacy-location",
type: "bool",
default: false,
}
]);