We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c64650 commit b3df88eCopy full SHA for b3df88e
1 file changed
gui/src/components/settings/pages/GeneralSettings.tsx
@@ -333,7 +333,7 @@ export function GeneralSettings() {
333
const velocitySettings = new VelocitySettingsT();
334
velocitySettings.sendDerivedVelocity =
335
values.velocitySettings.sendDerivedVelocity;
336
- settings.velocitySettings = velocitySettings;
+ settingsReq.velocitySettings = velocitySettings;
337
338
if (values.resetsSettings) {
339
settingsReq.resetsSettings = loadResetSettings(values.resetsSettings);
0 commit comments