Skip to content
Snippets Groups Projects
Commit 27df8730 authored by Beatriz Rizental's avatar Beatriz Rizental
Browse files

fixup! BB 41916: Letterboxing preferences UI

parent a7329bbe
Branches
Tags
1 merge request!1507Rebase Tor Browser onto 136.0a1
......@@ -67,9 +67,8 @@ Preferences.addAll([
const value = Services.prefs.getBoolPref(alignMiddlePref)
? "middle"
: "top";
document.querySelector(
`#${alignerId} input[value="${value}"]`
).checked = true;
document.querySelector(`#${alignerId} input[value="${value}"]`).checked =
true;
};
var gLetterboxingPrefs = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment