diff --git a/src/stores/controller.ts b/src/stores/controller.ts index a198d41ec..4fd4ab8c2 100644 --- a/src/stores/controller.ts +++ b/src/stores/controller.ts @@ -128,7 +128,7 @@ export const useControllerStore = defineStore('controller', () => { }) protocolMapping.value.buttonsCorrespondencies[v.modKey][v.button].action = otherAvailableActions.no_function }) - }, 1000) + }, 500) // If there's a mapping in our database that is not on the user storage, add it to the user // This will happen whenever a new joystick profile is added to Cockpit's database diff --git a/src/views/ConfigurationJoystickView.vue b/src/views/ConfigurationJoystickView.vue index e687257ed..3bda7a63f 100644 --- a/src/views/ConfigurationJoystickView.vue +++ b/src/views/ConfigurationJoystickView.vue @@ -139,7 +139,7 @@ {{ protocol }}