mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 17:31:47 +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
|
|
@ -183,7 +183,7 @@ add_test(function test_login_on_sync() {
|
|||
// This test exercises these two branches.
|
||||
|
||||
_("We're ready to sync if locked.");
|
||||
Svc.Prefs.set("enabled", true);
|
||||
Service.enabled = true;
|
||||
Services.io.offline = false;
|
||||
Service.scheduler.checkSyncStatus();
|
||||
do_check_true(scheduleCalled);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue