2.1.4 Beta 1

This commit is contained in:
fourtf 2019-09-03 19:18:25 +02:00
parent f94b44188d
commit 3e85a29ab6
2 changed files with 7 additions and 9 deletions

View file

@ -2,7 +2,7 @@
#include <QtGlobal>
#define CHATTERINO_VERSION "2.1.3"
#define CHATTERINO_VERSION "2.1.4 Beta 1"
#if defined(Q_OS_WIN)
# define CHATTERINO_OS "win"

View file

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