Merge pull request #3270 from Namaneo/home-boxarts

A bunch of minor bug fixes
This commit is contained in:
Georges-Antoine Assi
2026-04-16 11:16:16 -04:00
committed by GitHub
4 changed files with 2 additions and 3 deletions

View File

@@ -682,6 +682,7 @@ class ConfigManager:
"filesystem": {
"roms_folder": self.config.ROMS_FOLDER_NAME,
"firmware_folder": self.config.FIRMWARE_FOLDER_NAME,
"skip_hash_calculation": self.config.SKIP_HASH_CALCULATION,
},
"system": {
"platforms": self.config.PLATFORMS_BINDING,

View File

@@ -80,7 +80,6 @@ function onClosedMenu() {
show-action-bar
show-chips
:enable3-d-tilt="enable3DEffect"
force-boxart="cover_path"
@hover="onHover"
@focus="onHover"
@openedmenu="onOpenedMenu"

View File

@@ -84,7 +84,6 @@ function onClosedMenu() {
show-chips
show-action-bar
:enable3-d-tilt="enable3DEffect"
force-boxart="cover_path"
@hover="onHover"
@focus="onHover"
@openedmenu="onOpenedMenu"

View File

@@ -311,7 +311,7 @@ onBeforeUnmount(() => {
v-if="
isOuterHovering ||
showGameTitleAlways ||
(romsStore.isSimpleRom(rom) && !rom.path_cover_large) ||
(romsStore.isSimpleRom(rom) && !largeCover) ||
(!romsStore.isSimpleRom(rom) &&
!rom.igdb_url_cover &&
!rom.moby_url_cover &&