Dialog changes
This commit is contained in:
@@ -221,8 +221,6 @@ void CSiaDriveDlg::OnDocumentComplete(LPDISPATCH, LPCTSTR)
|
||||
_walletBalanceUnconfirmed = L"";
|
||||
_walletBalanceTotal = L"";
|
||||
|
||||
UpdateData(FALSE);
|
||||
|
||||
if ((_connected = UpdateUi(false)))
|
||||
{
|
||||
switch (_siaConfig.GetUI_Main_TabIndex())
|
||||
@@ -234,6 +232,10 @@ void CSiaDriveDlg::OnDocumentComplete(LPDISPATCH, LPCTSTR)
|
||||
break;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
UpdateData(FALSE);
|
||||
}
|
||||
|
||||
SetTimer(IDT_UPDATE, 2000, nullptr);
|
||||
}
|
||||
|
Reference in New Issue
Block a user