fix: 🐛 show speakAsCat if isCat

This commit is contained in:
ThatOneCalculator 2023-09-20 21:57:47 -07:00
parent f5b79e65f6
commit 2650445576
No known key found for this signature in database
GPG Key ID: 8703CACD01000000

View File

@ -141,7 +141,7 @@
}}</template></FormSwitch
>
<FormSwitch
v-if="profile.speakAsCat"
v-if="profile.isCat"
v-model="profile.speakAsCat"
class="_formBlock"
>{{ i18n.ts.flagSpeakAsCat