Skip to content

Commit

Permalink
chore: dark menu disable
Browse files Browse the repository at this point in the history
  • Loading branch information
likui628 committed Aug 4, 2024
1 parent 7994d66 commit cb40419
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}
Expand Down

0 comments on commit cb40419

Please sign in to comment.