Skip to content

Commit

Permalink
Align default statusbar behavior with Firefox and previous Waterfox C…
Browse files Browse the repository at this point in the history
…urrent
  • Loading branch information
laniakea64 committed Dec 9, 2019
1 parent 91d2644 commit d6f8410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser/app/profile/firefox.js
Original file line number Diff line number Diff line change
Expand Up @@ -1915,7 +1915,7 @@ pref("browser.pagethumbnails.capturing_disabled", false);
// 0 - hide Status Bar
// 1 - show Status Info Overlay
// 2 - show Status Bar
pref("browser.statusbar.mode", 0);
pref("browser.statusbar.mode", 1);

// Don't use buttons in zoom range control in Status Bar
pref("browser.statusbar.showbtn", false);
Expand Down

0 comments on commit d6f8410

Please sign in to comment.