1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-07-28 00:04:39 +02:00

Update utility.ts

This commit is contained in:
syuilo
2026-07-26 10:15:34 +09:00
parent 440b1e442a
commit 7daec62680

View File

@@ -40,6 +40,8 @@ export function getPreferencesProfileMenu(): MenuItem[] {
cloudBackup();
} else {
store.set('enablePreferencesAutoCloudBackup', false);
autoSyncEnabled.value = false;
}
});