mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-03-09 10:04:48 +00:00
SettingsLog: disable daemon command input in Remote Node mode
This commit is contained in:
parent
3ca5f10fa8
commit
a25b164cd5
1 changed files with 1 additions and 0 deletions
|
@ -215,6 +215,7 @@ Rectangle {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
property var lastCommands: []
|
property var lastCommands: []
|
||||||
property int currentCommandIndex
|
property int currentCommandIndex
|
||||||
|
enabled: !persistentSettings.useRemoteNode
|
||||||
fontBold: false
|
fontBold: false
|
||||||
placeholderText: qsTr("command + enter (e.g 'help' or 'status')") + translationManager.emptyString
|
placeholderText: qsTr("command + enter (e.g 'help' or 'status')") + translationManager.emptyString
|
||||||
placeholderFontSize: 16
|
placeholderFontSize: 16
|
||||||
|
|
Loading…
Reference in a new issue