We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3617a05 commit de6be81Copy full SHA for de6be81
src/components/Configuration/StickSensitivity.vue
@@ -111,7 +111,13 @@ onUnmounted(() => {
111
</script>
112
<template>
113
<section>
114
- <span class="note">Note: Changing curve values will not be applied immediately. Save your changes first in order to test them.</span>
+ <span class="note">
115
+ Note: Changing curve values will not be applied immediately.
116
+ Save your changes first in order to test them.
117
+ </span>
118
119
+ Before testing, make sure your controller is set to the right profile using FN + ACTION button.
120
121
<h3>Left stick</h3>
122
<div class="canvasContainer">
123
<canvas ref="leftStickCurveCanvas" class="curve"></canvas>
0 commit comments