fix: aimeio not applying

This commit is contained in:
2025-04-16 07:41:38 +00:00
parent c7ddeb53e6
commit d3145bfc4e
5 changed files with 25 additions and 3 deletions

View File

@ -154,7 +154,10 @@ listen<{ message: string; header: string }>('invoke-error', (event) => {
><div class="pi pi-box"></div
></Tab>
<Tab
v-if="prf.current?.meta.game === 'chunithm'"
v-if="
prf.current?.meta.game === 'chunithm' &&
prf.current.data.sgt.target.length > 0
"
value="patches"
><div class="pi pi-ticket"></div
></Tab>
@ -255,6 +258,20 @@ listen<{ message: string; header: string }>('invoke-error', (event) => {
<div v-else>
Patches require <code>mempatcher</code> to be installed
and enabled.
<div>
<Button
label="Add mempatcher"
icon="pi pi-plus"
class="mt-3"
@click="
() =>
pkg.installFromKey(
'mempatcher-mempatcher'
)
"
/>
</div>
</div>
</TabPanel>
<TabPanel value="info">