mirror of
https://github.com/rommapp/romm.git
synced 2026-06-28 23:06:11 +00:00
[ROMM-396] Changed dashboard summary to filled platforms
This commit is contained in:
@@ -10,7 +10,7 @@ const platforms = storePlatforms();
|
||||
<v-chip-group>
|
||||
<v-chip class="text-overline" variant="text" label>
|
||||
<v-icon class="mr-2">mdi-controller</v-icon
|
||||
>{{ platforms.value.length }} Platforms
|
||||
>{{ platforms.filledPlatforms.length }} Platforms
|
||||
</v-chip>
|
||||
<v-chip class="text-overline" variant="text" label>
|
||||
<v-icon class="mr-2">mdi-disc</v-icon>{{ platforms.totalGames }} Games
|
||||
|
||||
Reference in New Issue
Block a user