Skip to content

Commit

Permalink
[FB] BMS | I create a mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
surapunoyousei committed Feb 26, 2024
1 parent b119cb4 commit 7b50572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser/modules/URILoadingHelper.sys.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ export const URILoadingHelper = {
let IsWindowFloorpSpecial = FloorpServices.wm.IsFloorpSpecialWindow(w);
if (
Services.prefs.getBoolPref("floorp.browser.sidebar2.addons.enabled") &&
!IsWindowFloorpSpecial
IsWindowFloorpSpecial
) {
if (FloorpServices.wm.getRecentWindowExcludeFloorpSpecialWindows()) {
w = FloorpServices.wm.getRecentWindowExcludeFloorpSpecialWindows();
Expand Down

0 comments on commit 7b50572

Please sign in to comment.