mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-05 17:24:24 +08:00
#6535 Removed duplicate stage from about dialog
This commit is contained in:
@@ -29,7 +29,6 @@ AboutDialog::AboutDialog(QWidget* parent, const QString& synergyApp) :
|
||||
|
||||
m_versionChecker.setApp(synergyApp);
|
||||
QString version = m_versionChecker.getVersion();
|
||||
version = version + '-' + SYNERGY_VERSION_STAGE;
|
||||
#ifdef SYNERGY_REVISION
|
||||
version += '-';
|
||||
version += SYNERGY_REVISION;
|
||||
|
||||
Reference in New Issue
Block a user