mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 02:37:25 -04:00
Bring back wallet name at the password dialog
This commit is contained in:
@@ -80,7 +80,7 @@ Item {
|
|||||||
Layout.maximumWidth: 400 * scaleRatio
|
Layout.maximumWidth: 400 * scaleRatio
|
||||||
|
|
||||||
Label {
|
Label {
|
||||||
text: qsTr("Please enter wallet password")
|
text: root.walletName.length > 0 ? qsTr("Please enter wallet password for: ") + root.walletName : qsTr("Please enter wallet password")
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user