Skip to content

Commit 5b13a40

Browse files
committed
tiny teeny fix
1 parent ec5295c commit 5b13a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/website/js/settings_ui/saving/load_settings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ export async function _loadSettings(this: SpessaSynthSettings): Promise<void> {
151151
}
152152

153153
// Keyboard force max velocity
154-
if (!keyboardValues.forceMaxVelocity) {
154+
if (keyboardValues.forceMaxVelocity) {
155155
keyboard.forceMaxVelocity = true;
156156
this.htmlControls.keyboard.maxVelocitySelector.checked = true;
157157
}

0 commit comments

Comments
 (0)