diff --git a/frontend/src/views/Scan.vue b/frontend/src/views/Scan.vue index 02e162db1..b257ee32a 100644 --- a/frontend/src/views/Scan.vue +++ b/frontend/src/views/Scan.vue @@ -14,6 +14,7 @@ import storeConfig from "@/stores/config"; import storeHeartbeat, { type MetadataOption } from "@/stores/heartbeat"; import storePlatforms from "@/stores/platforms"; import storeScanning from "@/stores/scanning"; +import { platformCategoryToIcon } from "@/utils"; const LOCAL_STORAGE_METADATA_SOURCES_KEY = "scan.metadataSources"; const { t } = useI18n(); @@ -160,7 +161,7 @@ async function stopScan() { :items="sortedPlatforms" :menu-props="{ maxHeight: 650 }" :label="t('common.platforms')" - item-title="name" + item-title="display_name" item-value="id" prepend-inner-icon="mdi-controller" variant="outlined" @@ -171,12 +172,7 @@ async function stopScan() { chips >