mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 21:43:03 +02:00
Update Application.cpp
updated application name.
This commit is contained in:
parent
5fe27cdfc9
commit
68443f878b
1 changed files with 1 additions and 1 deletions
|
@ -7029,7 +7029,7 @@ void Application::updateWindowTitle() const {
|
||||||
auto accountManager = DependencyManager::get<AccountManager>();
|
auto accountManager = DependencyManager::get<AccountManager>();
|
||||||
auto isInErrorState = nodeList->getDomainHandler().isInErrorState();
|
auto isInErrorState = nodeList->getDomainHandler().isInErrorState();
|
||||||
|
|
||||||
QString buildVersion = " - Kasen Community Edition v0.86.0 K1 - "
|
QString buildVersion = " - Kasen Community Edition v0.86.0 K2 - "
|
||||||
+ (BuildInfo::BUILD_TYPE == BuildInfo::BuildType::Stable ? QString("Version") : QString("Build"))
|
+ (BuildInfo::BUILD_TYPE == BuildInfo::BuildType::Stable ? QString("Version") : QString("Build"))
|
||||||
+ " " + applicationVersion();
|
+ " " + applicationVersion();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue