mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-22 21:50:14 +01:00
Make it very clear when on testnet (green icon, add [testnet] to title)
This commit is contained in:
@@ -39,6 +39,11 @@ void ClientModel::update()
|
||||
emit numBlocksChanged(getNumBlocks());
|
||||
}
|
||||
|
||||
bool ClientModel::isTestNet() const
|
||||
{
|
||||
return fTestNet;
|
||||
}
|
||||
|
||||
bool ClientModel::inInitialBlockDownload() const
|
||||
{
|
||||
return IsInitialBlockDownload();
|
||||
|
||||
Reference in New Issue
Block a user