Skip to content

Commit

Permalink
[FB] Vertical Tab | Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
surapunoyousei committed Aug 30, 2024
1 parent b49cc5d commit d43534c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions browser/base/content/browser-verticaltabs.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ export var gFloorpVerticalTabBar = {
Services.prefs.addObserver("floorp.tabbar.style", function () {
if (Services.prefs.getIntPref("floorp.tabbar.style") == 2) {
Services.prefs.setIntPref(gFloorpTabBarStyle.tabbarDisplayStylePref, 2);
} else {
Services.prefs.setIntPref(gFloorpTabBarStyle.tabbarDisplayStylePref, 0);
}
gFloorpVerticalTabBar.setVerticalTabs();
});
Expand Down

0 comments on commit d43534c

Please sign in to comment.