forked from akanyan/STARTLINER
fix: display has to be sequential after all
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user