mirror of
https://github.com/dashpay/dash.git
synced 2024-12-28 13:32:47 +01:00
add [testnet] to whatever the current window title is
This commit is contained in:
parent
a7e506d698
commit
0002bdddfa
@ -190,7 +190,7 @@ void BitcoinGUI::setClientModel(ClientModel *clientModel)
|
|||||||
|
|
||||||
if(clientModel->isTestNet())
|
if(clientModel->isTestNet())
|
||||||
{
|
{
|
||||||
QString title_testnet = tr("Bitcoin Wallet [testnet]");
|
QString title_testnet = windowTitle() + QString(" ") + tr("[testnet]");
|
||||||
setWindowTitle(title_testnet);
|
setWindowTitle(title_testnet);
|
||||||
setWindowIcon(QIcon(":icons/bitcoin_testnet"));
|
setWindowIcon(QIcon(":icons/bitcoin_testnet"));
|
||||||
if(trayIcon)
|
if(trayIcon)
|
||||||
|
Loading…
Reference in New Issue
Block a user