mirror of
https://github.com/rommapp/romm.git
synced 2026-03-03 02:27:00 +00:00
fix webp enabled check
This commit is contained in:
@@ -137,9 +137,8 @@ interface TiltHTMLElement extends HTMLElement {
|
||||
|
||||
const tiltCardRef = useTemplateRef<TiltHTMLElement>("tilt-card-ref");
|
||||
|
||||
const isWebpEnabled = computed(
|
||||
() => heartbeatStore.value.TASKS?.ENABLE_SCHEDULED_CONVERT_IMAGES_TO_WEBP,
|
||||
);
|
||||
const isWebpEnabled =
|
||||
heartbeatStore.value.TASKS?.ENABLE_SCHEDULED_CONVERT_IMAGES_TO_WEBP;
|
||||
|
||||
const largeCover = computed(() => {
|
||||
if (!romsStore.isSimpleRom(props.rom))
|
||||
|
||||
Reference in New Issue
Block a user