mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-09 12:57:25 -04:00
LeftPanel: new balance card
This commit is contained in:
@@ -143,6 +143,14 @@ Rectangle {
|
||||
}
|
||||
}
|
||||
|
||||
RowLayout {
|
||||
visible: leftPanel.minutesToUnlock !== ""
|
||||
|
||||
MoneroComponents.WarningBox {
|
||||
text: qsTr("Spendable funds: %1 XMR. Please wait ~%2 minutes for your whole balance to become spendable.").arg(leftPanel.balanceUnlockedString).arg(leftPanel.minutesToUnlock)
|
||||
}
|
||||
}
|
||||
|
||||
GridLayout {
|
||||
columns: appWindow.walletMode < 2 ? 1 : 2
|
||||
Layout.fillWidth: true
|
||||
|
||||
Reference in New Issue
Block a user