mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
[Basilisk] Issue MoonchildProductions/UXP#1360 - Fix typo
This commit is contained in:
parent
3ea239bc83
commit
3dcb7aeb81
1 changed files with 1 additions and 1 deletions
|
|
@ -1974,7 +1974,7 @@ BrowserGlue.prototype = {
|
|||
|
||||
if (currentUIVersion < 43) {
|
||||
if (Services.prefs.prefHasUserValue("layers.acceleration.disabled")) {
|
||||
let HWADisabled = Service.prefs.getBoolPref("layers.acceleration.disabled");
|
||||
let HWADisabled = Services.prefs.getBoolPref("layers.acceleration.disabled");
|
||||
Services.prefs.setBoolPref("layers.acceleration.enabled", !HWADisabled);
|
||||
Services.prefs.setBoolPref("gfx.direct2d.disabled", HWADisabled);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue