mirror of
https://github.com/Nathanwoodburn/FireWallet.git
synced 2024-11-24 08:08:14 +11:00
main: Fixed missing show portfolio
This commit is contained in:
parent
9296f37475
commit
4f4a3e7a9e
@ -774,7 +774,7 @@ namespace FireWallet
|
|||||||
private async void PortfolioPanel_Click(object sender, EventArgs e)
|
private async void PortfolioPanel_Click(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
hidePages();
|
hidePages();
|
||||||
|
panelPortfolio.Show();
|
||||||
await UpdateBalance();
|
await UpdateBalance();
|
||||||
GetTXHistory();
|
GetTXHistory();
|
||||||
labelBalance.Text = "Available: " + balance.ToString() + " HNS";
|
labelBalance.Text = "Available: " + balance.ToString() + " HNS";
|
||||||
|
Loading…
Reference in New Issue
Block a user