mirror of
https://github.com/rommapp/romm.git
synced 2026-02-18 00:27:41 +01:00
Merge pull request #3005 from rommapp/romm-2965
[ROMM-2965] Check file count for file select menu emulatorjs
This commit is contained in:
@@ -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
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user