mirror of
https://github.com/logos-blockchain/logos-blockchain-ui.git
synced 2026-07-08 00:39:28 +00:00
Hide settings button on run
This commit is contained in:
parent
6dbe2477e5
commit
b6e64fda4e
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user