mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-01 19:47:25 -04:00
Merge pull request #929
d8ebafa show correct height after switching wallets
This commit is contained in:
@@ -506,7 +506,6 @@ Rectangle {
|
||||
|
||||
onLinkActivated: {
|
||||
restoreHeightRow.visible = true;
|
||||
text = txt
|
||||
}
|
||||
|
||||
}
|
||||
@@ -538,7 +537,6 @@ Rectangle {
|
||||
currentWallet.walletCreationHeight = restoreHeight.text
|
||||
// Restore height is saved in .keys file. Set password to trigger rewrite.
|
||||
currentWallet.setPassword(appWindow.password)
|
||||
restoreHeightText.text = restoreHeightText.txt + restoreHeightText.linkTxt
|
||||
restoreHeightRow.visible = false
|
||||
|
||||
// Show confirmation dialog
|
||||
|
||||
@@ -207,6 +207,7 @@ void Wallet::initAsync(const QString &daemonAddress, quint64 upperTransactionLim
|
||||
QFuture<bool> future = watcher->future();
|
||||
watcher->deleteLater();
|
||||
if(future.result()){
|
||||
emit walletCreationHeightChanged();
|
||||
qDebug() << "init async finished - starting refresh";
|
||||
connected(true);
|
||||
m_walletImpl->startRefresh();
|
||||
|
||||
Reference in New Issue
Block a user