mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 07:48:38 +09:00
Make caret width normal/thick behind CJK char configurable.
Fixes #820 (regression).
This commit is contained in:
parent
074adbab24
commit
bbb1a766e2
2 changed files with 10 additions and 1 deletions
|
|
@ -5407,6 +5407,9 @@ pref("plugins.navigator_hide_disabled_flash", false);
|
|||
// Disable browser frames by default
|
||||
pref("dom.mozBrowserFramesEnabled", false);
|
||||
|
||||
// Thick caret when behind CJK characters
|
||||
pref("layout.cjkthickcaret", true);
|
||||
|
||||
// Is support for 'color-adjust' CSS property enabled?
|
||||
pref("layout.css.color-adjust.enabled", true);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue