Hide settings button on run

This commit is contained in:
Daniel 2026-06-22 10:09:03 +02:00
parent 6dbe2477e5
commit b6e64fda4e

View File

@ -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