mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-03 17:39:54 +00:00
SettingsLog: new placeholder text in command field (no commands in translation string)
This commit is contained in:
parent
2946127ed7
commit
5a418499d4
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ Rectangle {
|
|||
property int currentCommandIndex
|
||||
enabled: !persistentSettings.useRemoteNode
|
||||
fontBold: false
|
||||
placeholderText: qsTr("command + enter (e.g 'help' or 'status')") + translationManager.emptyString
|
||||
placeholderText: qsTr("Type a command (e.g '%1' or '%2') and press Enter").arg("help").arg("status") + translationManager.emptyString
|
||||
placeholderFontSize: 16
|
||||
Keys.onUpPressed: {
|
||||
if (currentCommandIndex != 0) {
|
||||
|
|
Loading…
Reference in a new issue