Skip to content

Commit

Permalink
fix:ゴリラモードの断片を排除
Browse files Browse the repository at this point in the history
  • Loading branch information
Suzulu-activity committed Sep 25, 2024
1 parent c779cfa commit 0094e7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/frontend/src/pages/settings/profile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ SPDX-License-Identifier: AGPL-3.0-only

<div class="_gaps_m">
<MkSwitch v-model="profile.isCat" :disabled="profile.isGorilla">{{ i18n.ts.flagAsCat }}<template #caption>{{ i18n.ts.flagAsCatDescription }}</template></MkSwitch>
<MkSwitch v-model="profile.isGorilla" :disabled="profile.isCat">{{ i18n.ts.flagAsGorilla }}<template #caption>{{ i18n.ts.flagAsGorillaDescription }}</template></MkSwitch>
<MkSwitch v-model="profile.isBot">{{ i18n.ts.flagAsBot }}<template #caption>{{ i18n.ts.flagAsBotDescription }}</template></MkSwitch>
</div>
</MkFolder>
Expand Down

0 comments on commit 0094e7d

Please sign in to comment.