diff --git a/src/qml/views/StatusConfigView.qml b/src/qml/views/StatusConfigView.qml index b8584fa..4c5b153 100644 --- a/src/qml/views/StatusConfigView.qml +++ b/src/qml/views/StatusConfigView.qml @@ -117,6 +117,9 @@ Rectangle { } LogosButton { + // Config can't be changed while the node is running — hide the + // button entirely (not just disable it) in that state. + visible: !root.isRunning Layout.alignment: Qt.AlignHCenter Layout.preferredWidth: 100 Layout.preferredHeight: 40