Fix: Default option show_bookmarkbar #383

This commit is contained in:
alstjr7375 2022-05-11 03:53:24 +09:00
parent 69fd049535
commit 34c78d0d78

View file

@ -106,8 +106,6 @@ user_pref("userChrome.tab.bottom_rounded_corner", true);
// user_pref("userChrome.panel.full_width_separator", true);
// user_pref("userChrome.panel.full_width_padding", true);
// user_pref("userChrome.fullscreen.show_bookmarkbar", true); // Sideeffect show #383
// user_pref("userChrome.icon.account_image_to_right", true);
// user_pref("userChrome.icon.account_label_to_right", true);
@ -158,6 +156,7 @@ user_pref("userChrome.tab.container", true);
user_pref("userChrome.tab.crashed", true);
user_pref("userChrome.fullscreen.overlap", true);
user_pref("userChrome.fullscreen.show_bookmarkbar", true);
user_pref("userChrome.icon.library", true);
user_pref("userChrome.icon.panel", true);