fixed spaces in the wrong place
This commit is contained in:
@@ -374,7 +374,7 @@ void Window::onAccountSelected()
|
|||||||
QString title = "Chatterino ";
|
QString title = "Chatterino ";
|
||||||
if (Modes::getInstance().isNightly)
|
if (Modes::getInstance().isNightly)
|
||||||
{
|
{
|
||||||
title += " Nightly";
|
title += "Nightly ";
|
||||||
}
|
}
|
||||||
title += CHATTERINO_VERSION;
|
title += CHATTERINO_VERSION;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user