mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 01:08:39 +09:00
Issue #1208: Remove services.sync.enabled pref.
Sync will not do anything unless specifically set up to do so and at least one engine is enabled, so there's no need for this "master switch" to force it disabled based on engines being disabled (which was its previous function to shortcut syncing in that situation).
This commit is contained in:
parent
c0204d7955
commit
efd576e045
3 changed files with 3 additions and 24 deletions
|
|
@ -24,10 +24,6 @@ pref("services.sync.scheduler.sync11.singleDeviceInterval", 86400); // 1 day
|
|||
|
||||
pref("services.sync.errorhandler.networkFailureReportTimeout", 1209600); // 2 weeks
|
||||
|
||||
// A "master" pref for Sync being enabled. Will be set to false if the sync
|
||||
// customization UI finds all our builtin engines disabled (and addons are
|
||||
// free to force this to true if they have their own engine)
|
||||
pref("services.sync.enabled", true);
|
||||
// Our engines.
|
||||
pref("services.sync.engine.addons", false);
|
||||
pref("services.sync.engine.bookmarks", true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue