mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-03 17:39:54 +00:00
Merge pull request #2557
b632d07
WizardRestoreWallet1: fix placeholder text visibility (selsta)
This commit is contained in:
commit
00783e7b68
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ Rectangle {
|
|||
font.family: MoneroComponents.Style.fontRegular.name
|
||||
text: qsTr("Enter your 25 (or 24) word mnemonic seed") + translationManager.emptyString
|
||||
color: MoneroComponents.Style.defaultFontColor
|
||||
visible: !seedInput.text && !parent.focus
|
||||
visible: !seedInput.text
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue