diff options
| author | xiphon <xiphon@protonmail.com> | 2021-01-15 11:21:29 +0000 |
|---|---|---|
| committer | xiphon <xiphon@protonmail.com> | 2021-01-19 09:42:14 +0000 |
| commit | a25b164cd599c19e8a157f9a416c46b7b3d5786a (patch) | |
| tree | bc2eb9995fa7699762071ee9e9c7875acf811b17 /pages/settings | |
| parent | 3ca5f10fa8ce901a94188d4c76c5e5e8e8bf3ff2 (diff) | |
| download | monzero-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/settings')
| -rw-r--r-- | pages/settings/SettingsLog.qml | 1 |
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 |
