mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-04 14:17:26 -04:00
Account: update balance card label
This commit is contained in:
@@ -361,6 +361,7 @@ QString Wallet::getSubaddressLabel(quint32 accountIndex, quint32 addressIndex) c
|
||||
void Wallet::setSubaddressLabel(quint32 accountIndex, quint32 addressIndex, const QString &label)
|
||||
{
|
||||
m_walletImpl->setSubaddressLabel(accountIndex, addressIndex, label.toStdString());
|
||||
emit currentSubaddressAccountChanged();
|
||||
}
|
||||
void Wallet::deviceShowAddressAsync(quint32 accountIndex, quint32 addressIndex, const QString &paymentId)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user