fix: display has to be sequential after all

This commit is contained in:
2025-03-14 15:18:38 +00:00
parent 62edcdae08
commit b525e74467
6 changed files with 45 additions and 28 deletions

View File

@ -26,12 +26,12 @@ const displayList: Ref<{ title: string; value: string }[]> = ref([
},
]);
const hookList: Ref<{ title: string; value: string }[]> = ref([
{
title: 'segatools-mu3hook',
value: 'segatools-mu3hook',
},
]);
// const hookList: Ref<{ title: string; value: string }[]> = ref([
// {
// title: 'segatools-mu3hook',
// value: 'segatools-mu3hook',
// },
// ]);
invoke('list_platform_capabilities')
.then(async (v: unknown) => {
@ -86,14 +86,14 @@ const extraDisplayOptionsDisabled = computed(() => {
:callback="(value: string) => (prf.current!.sgt.target = value)"
></FilePicker>
</OptionRow>
<OptionRow title="mu3hook">
<!-- <OptionRow title="mu3hook">
<Select
model-value="segatools-mu3hook"
:options="hookList"
option-label="title"
option-value="value"
></Select>
</OptionRow>
</OptionRow> -->
<OptionRow title="amfs">
<FilePicker
:directory="true"