mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
Merge pull request #194 from johnmaguire2013/tray
Removed tooltip balance until it's fixed.
This commit is contained in:
commit
5c4aeb779f
4
ui.cpp
4
ui.cpp
@ -2594,9 +2594,9 @@ void CMyTaskBarIcon::Show(bool fShow)
|
|||||||
static char pszPrevTip[200];
|
static char pszPrevTip[200];
|
||||||
if (fShow)
|
if (fShow)
|
||||||
{
|
{
|
||||||
string strTooltip = strprintf(_("Balance: %s"), FormatMoney(GetBalance()).c_str());
|
string strTooltip = _("Bitcoin");
|
||||||
if (fGenerateBitcoins)
|
if (fGenerateBitcoins)
|
||||||
strTooltip = strprintf(_("Bitcoin - Generating (Balance: %s)"), FormatMoney(GetBalance()).c_str());
|
strTooltip = _("Bitcoin - Generating");
|
||||||
if (fGenerateBitcoins && vNodes.empty())
|
if (fGenerateBitcoins && vNodes.empty())
|
||||||
strTooltip = _("Bitcoin - (not connected)");
|
strTooltip = _("Bitcoin - (not connected)");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user