From 7b50572e5b54c943b06804b1aaba909ae48971d0 Mon Sep 17 00:00:00 2001 From: Ryosuke Asano Date: Mon, 26 Feb 2024 09:32:04 +0900 Subject: [PATCH] [FB] BMS | I create a mistake --- browser/modules/URILoadingHelper.sys.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/modules/URILoadingHelper.sys.mjs b/browser/modules/URILoadingHelper.sys.mjs index a240c572036d..5f9ec937fb09 100644 --- a/browser/modules/URILoadingHelper.sys.mjs +++ b/browser/modules/URILoadingHelper.sys.mjs @@ -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();