Merge pull request #3309

a25b164 SettingsLog: disable daemon command input in Remote Node mode (xiphon)
This commit is contained in:
luigi1111 2021-01-21 23:41:50 -05:00
commit d3d26e37d0
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

View file

@ -215,6 +215,7 @@ Rectangle {
Layout.fillWidth: true
property var lastCommands: []
property int currentCommandIndex
enabled: !persistentSettings.useRemoteNode
fontBold: false
placeholderText: qsTr("command + enter (e.g 'help' or 'status')") + translationManager.emptyString
placeholderFontSize: 16