feat: segatools.ini loading
This commit is contained in:
@ -6,6 +6,7 @@ const general = useGeneralStore();
|
||||
|
||||
defineProps({
|
||||
title: String,
|
||||
collapsed: Boolean,
|
||||
});
|
||||
</script>
|
||||
|
||||
@ -14,6 +15,7 @@ defineProps({
|
||||
:legend="title"
|
||||
:toggleable="true"
|
||||
v-show="general.cfgCategories.has(title ?? '')"
|
||||
:collapsed="collapsed"
|
||||
>
|
||||
<div class="flex w-full flex-col gap-1">
|
||||
<slot />
|
||||
|
Reference in New Issue
Block a user