mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-05 21:02:39 +08:00
#6306 Updated GUI title
This commit is contained in:
committed by
Nick Bolton
parent
458d8e4778
commit
71953b5af8
@@ -134,7 +134,7 @@ void LicenseManager::skipActivation()
|
||||
QString
|
||||
LicenseManager::getEditionName(Edition const edition, bool trial)
|
||||
{
|
||||
std::string name ("Synergy");
|
||||
std::string name ("Synergy 1");
|
||||
switch (edition) {
|
||||
case kUnregistered:
|
||||
name += " (UNREGISTERED)";
|
||||
|
||||
@@ -167,7 +167,7 @@ MainWindow::MainWindow (QSettings& settings, AppConfig& appConfig,
|
||||
this, SLOT(sslToggled(bool)), Qt::QueuedConnection);
|
||||
|
||||
#ifdef SYNERGY_ENTERPRISE
|
||||
setWindowTitle ("Synergy Enterprise");
|
||||
setWindowTitle ("Synergy 1 Enterprise");
|
||||
#else
|
||||
setWindowTitle (m_LicenseManager->activeEditionName());
|
||||
m_LicenseManager->refresh();
|
||||
|
||||
Reference in New Issue
Block a user