From 0cb918b96adfe1d6bcd7477e2b422986b644b79a Mon Sep 17 00:00:00 2001 From: fourtf Date: Sun, 15 Sep 2019 17:01:18 +0200 Subject: [PATCH] fixed spaces in the wrong place --- src/widgets/Window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/Window.cpp b/src/widgets/Window.cpp index 3de87bbbb..1a597dc40 100644 --- a/src/widgets/Window.cpp +++ b/src/widgets/Window.cpp @@ -374,7 +374,7 @@ void Window::onAccountSelected() QString title = "Chatterino "; if (Modes::getInstance().isNightly) { - title += " Nightly"; + title += "Nightly "; } title += CHATTERINO_VERSION;