diff options
| -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 |
