fix: re-add build date to "About" page (#3464)

Co-authored-by: Felanbird <41973452+Felanbird@users.noreply.github.com>
This commit is contained in:
Leon Richardt
2022-01-07 17:25:57 +01:00
committed by GitHub
parent 1ba747efb1
commit 42002d80b7
4 changed files with 13 additions and 8 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ AboutPage::AboutPage()
version.commitHash() + "\">" +
version.commitHash() + "</a>")
.arg(Modes::instance().isNightly
? ", " + version.dateOfBuild()
? ", built on " + version.dateOfBuild()
: "");
auto versionLabel = versionInfo.emplace<QLabel>(text);