Re-enabled nightly title with commit hash

This commit is contained in:
fourtf 2019-08-19 00:26:36 +02:00
parent c45657da82
commit 9a7bb973b5

View file

@ -372,13 +372,13 @@ void Window::onAccountSelected()
{ {
auto user = getApp()->accounts->twitch.getCurrent(); auto user = getApp()->accounts->twitch.getCurrent();
//#ifdef CHATTERINO_NIGHTLY_VERSION_STRING #ifdef CHATTERINO_NIGHTLY_VERSION_STRING
// auto windowTitleEnd = auto windowTitleEnd =
// QString("Chatterino Nightly " CHATTERINO_VERSION QString("Chatterino Nightly " CHATTERINO_VERSION
// " (" UGLYMACROHACK(CHATTERINO_NIGHTLY_VERSION_STRING) ")"); " (" UGLYMACROHACK(CHATTERINO_NIGHTLY_VERSION_STRING) ")");
//#else #else
auto windowTitleEnd = QString("Chatterino " CHATTERINO_VERSION); auto windowTitleEnd = QString("Chatterino " CHATTERINO_VERSION);
//#endif #endif
this->setWindowTitle(windowTitleEnd); this->setWindowTitle(windowTitleEnd);