Make it very clear when on testnet (green icon, add [testnet] to title)

This commit is contained in:
Wladimir J. van der Laan
2011-06-30 19:14:42 +02:00
parent ef079e183b
commit d56c6f312c
6 changed files with 21 additions and 0 deletions

View File

@@ -39,6 +39,11 @@ void ClientModel::update()
emit numBlocksChanged(getNumBlocks());
}
bool ClientModel::isTestNet() const
{
return fTestNet;
}
bool ClientModel::inInitialBlockDownload() const
{
return IsInitialBlockDownload();