f'Fix QT startup for custom chains'

This commit is contained in:
Gregory Sanders 2019-09-03 11:11:23 -04:00
parent 66c5045d5a
commit 72186f8b7d

View file

@ -93,4 +93,5 @@ const NetworkStyle* NetworkStyle::instantiate(const std::string& networkId)
titleAddText.c_str());
}
}
return nullptr;
}