cleanup wording and formatting for version in window title

This commit is contained in:
Stephen Birarda 2018-05-09 18:34:42 -07:00
parent c3595a3216
commit 55bf70991b

View file

@ -6188,7 +6188,8 @@ void Application::updateWindowTitle() const {
auto nodeList = DependencyManager::get<NodeList>();
auto accountManager = DependencyManager::get<AccountManager>();
QString buildVersion = " (build " + applicationVersion() + ")";
QString buildVersion = " - "
+ (BuildInfo::STABLE_BUILD == "1" ? QString("Version") : QString("Build")) + " " + applicationVersion();
QString loginStatus = accountManager->isLoggedIn() ? "" : " (NOT LOGGED IN)";