Fix mouse issue in firefox, add avif icon and add DK & SE to dopplar (#1259)
* Fix mouse issue in firefox, add avif icon and add DK & SE to dopplar * Update sb-doppler * Scandinavian countries listed --------- Co-authored-by: Victor Risgaard <victor@risgaard.xyz>
This commit is contained in:
parent
070c613050
commit
81456798ae
3 changed files with 5 additions and 1 deletions
|
@ -42,3 +42,6 @@ user_pref("network.http.referer.XOriginPolicy", 0);
|
||||||
|
|
||||||
// Disable Firefox sync and its menu entries
|
// Disable Firefox sync and its menu entries
|
||||||
user_pref("identity.fxaccounts.enabled", false);
|
user_pref("identity.fxaccounts.enabled", false);
|
||||||
|
|
||||||
|
// Fix the issue where right mouse button instantly clicks
|
||||||
|
user_pref("ui.context_menus.after_mouseup", true);
|
||||||
|
|
|
@ -9,6 +9,7 @@ ex 🎯
|
||||||
*.mom ✍
|
*.mom ✍
|
||||||
*.me ✍
|
*.me ✍
|
||||||
*.ms ✍
|
*.ms ✍
|
||||||
|
*.avif 🖼
|
||||||
*.png 🖼
|
*.png 🖼
|
||||||
*.webp 🖼
|
*.webp 🖼
|
||||||
*.ico 🖼
|
*.ico 🖼
|
||||||
|
|
|
@ -184,7 +184,7 @@ US: KVNX: Norman, OK
|
||||||
US: KVBX: Vandenberg Afb: Orcutt, CA
|
US: KVBX: Vandenberg Afb: Orcutt, CA
|
||||||
EU: Europe
|
EU: Europe
|
||||||
EU: GB: Great Brittain
|
EU: GB: Great Brittain
|
||||||
EU: SCAN: Scandinavia
|
EU: SCAN: Scandinavia. Norway, Sweden And Denmark
|
||||||
EU: ALPS: The Alps
|
EU: ALPS: The Alps
|
||||||
EU: NL: The Netherlands
|
EU: NL: The Netherlands
|
||||||
EU: DE: Germany
|
EU: DE: Germany
|
||||||
|
|
Loading…
Reference in a new issue