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 b74d2cf commit fc9c9a6Copy full SHA for fc9c9a6
2 files 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);
package.json
@@ -17,7 +17,7 @@
17
"preinstall": "npx only-allow pnpm"
18
},
19
"devDependencies": {
20
- "husky": "^9.1.7",
21
- "lint-staged": "^15.5.2"
+ "husky": "^9.1.6",
+ "lint-staged": "^15.2.10"
22
}
23
0 commit comments