chore: dark menu disable (#4036)

This commit is contained in:
Li Kui 2024-08-04 21:54:33 +08:00 committed by GitHub
parent e29352d0f1
commit 773b36aa17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ function nameView(name: string) {
<SwitchItem
v-model="themeSemiDarkMenu"
:disabled="modelValue !== 'light'"
:disabled="modelValue === 'dark'"
class="mt-6"
>
{{ $t('preferences.theme.darkMenu') }}