mirror of
https://github.com/zen-browser/desktop.git
synced 2025-07-08 10:39:59 +02:00
Rename workspace select button to workspaces button and update related styles for consistency
This commit is contained in:
parent
0f446a5435
commit
ba435d9c14
12 changed files with 29 additions and 29 deletions
|
@ -601,8 +601,8 @@ var gZenLooksAndFeel = {
|
|||
|
||||
let value = '';
|
||||
if (
|
||||
Services.prefs.getBoolPref('zen.view.compact.hide-tabbar') &&
|
||||
Services.prefs.getBoolPref('zen.view.compact.hide-toolbar')
|
||||
Services.prefs.getBoolPref('zen.view.compact.hide-tabbar', false) &&
|
||||
Services.prefs.getBoolPref('zen.view.compact.hide-toolbar', false)
|
||||
) {
|
||||
value = 'both';
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue