aboutsummaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
authorxiphon <xiphon@protonmail.com>2021-01-15 11:21:29 +0000
committerxiphon <xiphon@protonmail.com>2021-01-19 09:42:14 +0000
commita25b164cd599c19e8a157f9a416c46b7b3d5786a (patch)
treebc2eb9995fa7699762071ee9e9c7875acf811b17 /pages
parent3ca5f10fa8ce901a94188d4c76c5e5e8e8bf3ff2 (diff)
downloadmonzero-gui-a25b164cd599c19e8a157f9a416c46b7b3d5786a.tar.gz
monzero-gui-a25b164cd599c19e8a157f9a416c46b7b3d5786a.tar.xz
monzero-gui-a25b164cd599c19e8a157f9a416c46b7b3d5786a.zip
SettingsLog: disable daemon command input in Remote Node mode
Diffstat (limited to 'pages')
-rw-r--r--pages/settings/SettingsLog.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pages/settings/SettingsLog.qml b/pages/settings/SettingsLog.qml
index 161b868c..55a6d6e8 100644
--- a/pages/settings/SettingsLog.qml
+++ b/pages/settings/SettingsLog.qml
@@ -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