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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user