1
0

Allow unlimited items to show in multiselect for game version and loader selection Closes #1964

This commit is contained in:
Prospector
2025-05-07 19:41:34 -07:00
parent 895cd11e30
commit 8fdc7403b1

View File

@@ -541,7 +541,6 @@
:close-on-select="false"
:clear-on-select="false"
:show-labels="false"
:limit="6"
:hide-selected="true"
placeholder="Choose loaders..."
/>
@@ -566,7 +565,6 @@
:close-on-select="false"
:clear-on-select="false"
:show-labels="false"
:limit="6"
:hide-selected="true"
:custom-label="(version) => version"
placeholder="Choose versions..."