mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 07:18:39 +09:00
Move native UA compatmode out of branding into app prefs.
This commit is contained in:
parent
6e95f87e3b
commit
28646a9cc1
1 changed files with 5 additions and 0 deletions
|
|
@ -224,6 +224,11 @@ pref("keyword.enabled", true);
|
|||
pref("general.useragent.locale", "@AB_CD@");
|
||||
pref("general.skins.selectedSkin", "classic/1.0");
|
||||
|
||||
// Native UA mode by default
|
||||
pref("general.useragent.compatMode", 0);
|
||||
pref("general.useragent.compatmode.gecko", false);
|
||||
pref("general.useragent.compatmode.firefox", false);
|
||||
|
||||
pref("general.smoothScroll", true);
|
||||
#ifdef UNIX_BUT_NOT_MAC
|
||||
pref("general.autoScroll", false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue