mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
fixed spaces in the wrong place
This commit is contained in:
parent
b1bf60f286
commit
0cb918b96a
1 changed files with 1 additions and 1 deletions
|
@ -374,7 +374,7 @@ void Window::onAccountSelected()
|
|||
QString title = "Chatterino ";
|
||||
if (Modes::getInstance().isNightly)
|
||||
{
|
||||
title += " Nightly";
|
||||
title += "Nightly ";
|
||||
}
|
||||
title += CHATTERINO_VERSION;
|
||||
|
||||
|
|
Loading…
Reference in a new issue