We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec5295c commit 5b13a40Copy full SHA for 5b13a40
src/website/js/settings_ui/saving/load_settings.ts
@@ -151,7 +151,7 @@ export async function _loadSettings(this: SpessaSynthSettings): Promise<void> {
151
}
152
153
// Keyboard force max velocity
154
- if (!keyboardValues.forceMaxVelocity) {
+ if (keyboardValues.forceMaxVelocity) {
155
keyboard.forceMaxVelocity = true;
156
this.htmlControls.keyboard.maxVelocitySelector.checked = true;
157
0 commit comments