Merge pull request #3005 from rommapp/romm-2965

[ROMM-2965] Check file count for file select menu emulatorjs
This commit is contained in:
Georges-Antoine Assi
2026-02-09 15:02:29 -05:00
committed by GitHub

View File

@@ -419,7 +419,7 @@ function openCacheDialog() {
<!-- Configuration Section -->
<!-- Disc Selector -->
<v-select
v-if="rom.has_multiple_files"
v-if="rom.files.length > 1"
v-model="selectedDisc"
class="mb-3"
hide-details
@@ -475,7 +475,7 @@ function openCacheDialog() {
<v-divider
v-if="
rom.has_multiple_files ||
rom.files.length > 1 ||
supportedCores.length > 1 ||
firmwareOptions.length > 0
"