diff --git a/core/frontend/src/components/parameter-editor/InlineParameterEditor.vue b/core/frontend/src/components/parameter-editor/InlineParameterEditor.vue index 2fea8b7b5d..882f5ffff4 100644 --- a/core/frontend/src/components/parameter-editor/InlineParameterEditor.vue +++ b/core/frontend/src/components/parameter-editor/InlineParameterEditor.vue @@ -306,7 +306,7 @@ export default Vue.extend({ return } if (this.param?.rebootRequired) { - autopilot_data.setRebootRequired(false) + autopilot_data.setRebootRequired(true) } this.last_sent_value = value mavlink2rest.setParam(this.param.name, value, autopilot_data.system_id, this.param.paramType.type) diff --git a/core/frontend/src/components/parameter-editor/ParameterLabel.vue b/core/frontend/src/components/parameter-editor/ParameterLabel.vue index 7748e66bc7..cd906bd79d 100644 --- a/core/frontend/src/components/parameter-editor/ParameterLabel.vue +++ b/core/frontend/src/components/parameter-editor/ParameterLabel.vue @@ -1,24 +1,28 @@