mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 04:52:59 +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())
|
||||
{
|
||||
QString title_testnet = tr("Bitcoin Wallet [testnet]");
|
||||
QString title_testnet = windowTitle() + QString(" ") + tr("[testnet]");
|
||||
setWindowTitle(title_testnet);
|
||||
setWindowIcon(QIcon(":icons/bitcoin_testnet"));
|
||||
if(trayIcon)
|
||||
|
Loading…
Reference in New Issue
Block a user