Skip to content
Snippets Groups Projects
Verified Commit 6a70e9fd authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame :jack_o_lantern:
Browse files

fixup! Bug 41695: Warn on window maximization without letterboxing in RFPHelper module

parent d7f5cd1d
Branches
Tags
1 merge request!678Bug 41759: Rebase Base Browser to 115 (Beta 5)
......@@ -46,7 +46,7 @@ function forEachWindow(callback) {
}
async function windowResizeHandler(aEvent) {
if (RFPHelper.letterboxingEnabled) {
if (RFPHelper.letterboxingEnabled || !RFPHelper.rfpEnabled) {
return;
}
if (Services.prefs.getIntPref(kPrefResizeWarnings) <= 0) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment