diff --git a/plugins/decky-vault/src/components/LibraryAppPanel.tsx b/plugins/decky-vault/src/components/LibraryAppPanel.tsx index 4075a1b..66e0685 100644 --- a/plugins/decky-vault/src/components/LibraryAppPanel.tsx +++ b/plugins/decky-vault/src/components/LibraryAppPanel.tsx @@ -125,14 +125,20 @@ export default function LibraryAppPanel({ appId, title, hardwareSlug, baseUrl }: ) : ( No data yet )} + {/* Device scope badge */} +
+ {detectedSlug ? detectedSlug : ⚠ global (device not detected)} +
- {/* View Details button */} + {/* Compact View Details button */} - openExternalUrl(gameUrl)}> - View Details - +
+ openExternalUrl(gameUrl)} style={{ width: "auto", minWidth: "120px" }}> + View Details + +
)