mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-22 21:53:31 -05:00
changed Disable Sync to Enable Sync
This commit is contained in:
parent
b9bab17ee0
commit
f4a946f8b3
1 changed files with 4 additions and 4 deletions
|
@ -291,7 +291,7 @@ index 0000000..7a582fb
|
||||||
+</html:template>
|
+</html:template>
|
||||||
diff --git a/browser/components/preferences/librewolf.js b/browser/components/preferences/librewolf.js
|
diff --git a/browser/components/preferences/librewolf.js b/browser/components/preferences/librewolf.js
|
||||||
new file mode 100644
|
new file mode 100644
|
||||||
index 0000000..72f431c
|
index 0000000..bd20104
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/browser/components/preferences/librewolf.js
|
+++ b/browser/components/preferences/librewolf.js
|
||||||
@@ -0,0 +1,260 @@
|
@@ -0,0 +1,260 @@
|
||||||
|
@ -373,7 +373,7 @@ index 0000000..72f431c
|
||||||
+ setBoolSyncListeners(
|
+ setBoolSyncListeners(
|
||||||
+ "librewolf-sync-checkbox",
|
+ "librewolf-sync-checkbox",
|
||||||
+ ["identity.fxaccounts.enabled"],
|
+ ["identity.fxaccounts.enabled"],
|
||||||
+ [false, ],
|
+ [true, ],
|
||||||
+ );
|
+ );
|
||||||
+ setBoolSyncListeners(
|
+ setBoolSyncListeners(
|
||||||
+ "librewolf-autocopy-checkbox",
|
+ "librewolf-autocopy-checkbox",
|
||||||
|
@ -614,7 +614,7 @@ index aab4a9e..907a631 100644
|
||||||
#include sync.inc.xhtml
|
#include sync.inc.xhtml
|
||||||
#include experimental.inc.xhtml
|
#include experimental.inc.xhtml
|
||||||
diff --git a/browser/locales/en-US/browser/preferences/preferences.ftl b/browser/locales/en-US/browser/preferences/preferences.ftl
|
diff --git a/browser/locales/en-US/browser/preferences/preferences.ftl b/browser/locales/en-US/browser/preferences/preferences.ftl
|
||||||
index d276f7a..a7f70ef 100644
|
index d276f7a..dce5032 100644
|
||||||
--- a/browser/locales/en-US/browser/preferences/preferences.ftl
|
--- a/browser/locales/en-US/browser/preferences/preferences.ftl
|
||||||
+++ b/browser/locales/en-US/browser/preferences/preferences.ftl
|
+++ b/browser/locales/en-US/browser/preferences/preferences.ftl
|
||||||
@@ -1347,3 +1347,93 @@ choose-download-folder-title = Choose Download Folder:
|
@@ -1347,3 +1347,93 @@ choose-download-folder-title = Choose Download Folder:
|
||||||
|
@ -639,7 +639,7 @@ index d276f7a..a7f70ef 100644
|
||||||
+librewolf-extension-update-checkbox =
|
+librewolf-extension-update-checkbox =
|
||||||
+ .label = Update add-ons automatically
|
+ .label = Update add-ons automatically
|
||||||
+librewolf-sync-checkbox =
|
+librewolf-sync-checkbox =
|
||||||
+ .label = Disable Firefox Sync
|
+ .label = Enable Firefox Sync (requires restart)
|
||||||
+librewolf-autocopy-checkbox =
|
+librewolf-autocopy-checkbox =
|
||||||
+ .label = Enable middle click paste
|
+ .label = Enable middle click paste
|
||||||
+librewolf-styling-checkbox =
|
+librewolf-styling-checkbox =
|
||||||
|
|
Loading…
Reference in a new issue