mirror of
https://github.com/rommapp/romm.git
synced 2026-06-28 06:46:00 +00:00
revert
This commit is contained in:
@@ -88,8 +88,6 @@ filesystem: {} # { roms_folder: 'roms' } For example if your folder structure is
|
||||
# - box3d # 3D box art
|
||||
# - miximage # Mixed image of multiple media
|
||||
# - physical # Disc, cartridge, etc.
|
||||
# - marquee # Custom marquee
|
||||
# - logo # Transparent logo
|
||||
# # Added to the screenshots carousel
|
||||
# - screenshot # Screenshot (enabled by default)
|
||||
# - title_screen # Title screen
|
||||
@@ -100,6 +98,9 @@ filesystem: {} # { roms_folder: 'roms' } For example if your folder structure is
|
||||
# - manual (enabled by default)
|
||||
# # Gameplay video
|
||||
# - video # Video (warning: large file size)
|
||||
# # Other media assets (might be used in the future)
|
||||
# - marquee # Custom marquee
|
||||
# - logo # Transparent logo
|
||||
|
||||
# EmulatorJS per-core options
|
||||
# emulatorjs:
|
||||
|
||||
@@ -56,8 +56,7 @@ export type BoxartStyleOption =
|
||||
| "cover_path"
|
||||
| "box3d_path"
|
||||
| "physical_path"
|
||||
| "miximage_path"
|
||||
| "marquee_path";
|
||||
| "miximage_path";
|
||||
const boxartStyleRef = useLocalStorage<BoxartStyleOption>(
|
||||
"settings.boxartStyle",
|
||||
"cover_path",
|
||||
@@ -198,7 +197,6 @@ const boxartStyleOptions = computed(() => [
|
||||
{ title: t("settings.boxart-box3d"), value: "box3d_path" },
|
||||
{ title: t("settings.boxart-physical"), value: "physical_path" },
|
||||
{ title: t("settings.boxart-miximage"), value: "miximage_path" },
|
||||
{ title: t("settings.boxart-marquee"), value: "marquee_path" },
|
||||
]);
|
||||
|
||||
const setPlatformDrawerGroupBy = (value: string) => {
|
||||
|
||||
Reference in New Issue
Block a user