fix: misc cleanup

This commit is contained in:
2025-04-23 14:24:35 +00:00
parent 8b2c1a04ee
commit f26d83f291
11 changed files with 89 additions and 59 deletions

View File

@ -61,7 +61,7 @@ prf.reload();
<MiscOptions />
<OptionCategory
title="Extensions"
v-if="prf.current!.meta.game === 'chunithm'"
v-if="prf.current?.meta.game === 'chunithm'"
>
<OptionRow :title="t('cfg.extensions.saekawa')">
<FileEditor
@ -72,7 +72,7 @@ prf.reload();
></OptionCategory>
<OptionCategory
:title="t('cfg.extensions.title')"
v-if="prf.current!.meta.game === 'ongeki'"
v-if="prf.current?.meta.game === 'ongeki'"
>
<OptionRow :title="t('cfg.extensions.inohara')">
<FileEditor