From 08f0e73e61eb8cdacd5e4124dc27b0c7dc08d64f Mon Sep 17 00:00:00 2001 From: zurdi zurdo Date: Wed, 22 Mar 2023 12:28:09 +0100 Subject: [PATCH] edit and scan rom buttons added --- frontend/src/components/RomsDetail.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/components/RomsDetail.vue b/frontend/src/components/RomsDetail.vue index b110fea26..35972d8d2 100644 --- a/frontend/src/components/RomsDetail.vue +++ b/frontend/src/components/RomsDetail.vue @@ -32,6 +32,10 @@ emitter.on('currentRom', (currentRom) => { rom.value = currentRom }) Rom Saves +
+ Edit + Scan +
IGDB id: {{ rom.r_igdb_id }}