remove unneccessary Capacity view, add Commit tag on version

This commit is contained in:
Syping 2018-07-13 12:07:13 +02:00
parent afeab6120d
commit c34d3331fb
17 changed files with 56 additions and 52 deletions

View file

@ -37,6 +37,11 @@ AboutDialog::AboutDialog(QWidget *parent) :
buildType.replace("_", " ");
QString projectBuild = AppEnv::getBuildDateTime();
QString buildStr = GTA5SYNC_BUILDSTRING;
#ifndef GTA5SYNC_BUILDTYPE_REL
#ifdef GTA5SYNC_COMMIT
appVersion = appVersion % "-" % GTA5SYNC_COMMIT;
#endif
#endif
// Translator Comments
//: Translated by translator, example Translated by Syping