Disable the new syncer by default.

This commit is contained in:
Yang Luo
2022-03-27 23:06:52 +08:00
parent 99f7883c7d
commit 544cd40a08

View File

@ -42,7 +42,7 @@ class SyncerListPage extends BaseListPage {
affiliationTable: "",
avatarBaseUrl: "",
syncInterval: 10,
isEnabled: true,
isEnabled: false,
}
}