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

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