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

Update utility.ts

This commit is contained in:
syuilo
2026-07-26 10:12:53 +09:00
parent 1057295d5d
commit 440b1e442a

View File

@@ -89,6 +89,7 @@ export function getPreferencesProfileMenu(): MenuItem[] {
text: i18n.ts._preferencesBackup.autoSync,
caption: i18n.ts._preferencesBackup.autoSync_description,
ref: autoSyncEnabled,
disabled: computed(() => !autoBackupEnabled.value),
}, {
type: 'button',
icon: 'ti ti-cloud-down',