Add sync state to settings

This commit is contained in:
schroda
2026-07-02 22:44:10 +02:00
parent 18d926bac4
commit 65ddc24449
7 changed files with 159 additions and 5 deletions

View File

@@ -199,6 +199,7 @@ const BackgroundSubscriptions = () => {
requestManager.useDownloadSubscription({ skip: skipConnection });
requestManager.useUpdaterSubscription({ skip: skipConnection });
requestManager.useWebUIUpdateSubscription({ skip: skipConnection });
requestManager.useSyncSubscription({ skip: skipConnection });
return null;
};