зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1029943 - Enable selection carets by default on b2g. r=ehsan
This commit is contained in:
Родитель
56ad372904
Коммит
e499b0b7b0
|
@ -1003,8 +1003,8 @@ pref("dom.wakelock.enabled", true);
|
||||||
// Enable touch caret by default
|
// Enable touch caret by default
|
||||||
pref("touchcaret.enabled", true);
|
pref("touchcaret.enabled", true);
|
||||||
|
|
||||||
// Disable selection caret by default
|
// Enable selection caret by default
|
||||||
pref("selectioncaret.enabled", false);
|
pref("selectioncaret.enabled", true);
|
||||||
|
|
||||||
// Enable sync and mozId with Firefox Accounts.
|
// Enable sync and mozId with Firefox Accounts.
|
||||||
pref("services.sync.fxaccounts.enabled", true);
|
pref("services.sync.fxaccounts.enabled", true);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче