From e0c4a0a91d352289260344e9fcca74499a6faa40 Mon Sep 17 00:00:00 2001 From: Arturo Manzoli Date: Wed, 2 Oct 2024 16:13:22 -0300 Subject: [PATCH] Joystick: Add visual feedback for fucntions importing Signed-off-by: Arturo Manzoli --- src/stores/controller.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/stores/controller.ts b/src/stores/controller.ts index dd7d4c5b4..3c63e12ed 100644 --- a/src/stores/controller.ts +++ b/src/stores/controller.ts @@ -293,6 +293,7 @@ export const useControllerStore = defineStore('controller', () => { return } protocolMapping.value = maybeFunctionsMapping + showDialog({ message: 'Functions mapping imported successful.', variant: 'success', timer: 2000 }) } // @ts-ignore: We know the event type and need refactor of the event typing reader.readAsText(e.target.files[0])