Skip to content
Snippets Groups Projects
Verified Commit ff010b61 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 abface60
Branches
Tags
1 merge request!694Bug 41796: Rebased on top of FIREFOX_ESR_115_BASE
......@@ -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