diff --git a/huggle/mainwindow.cpp b/huggle/mainwindow.cpp index a6f4c22fe..02275c217 100644 --- a/huggle/mainwindow.cpp +++ b/huggle/mainwindow.cpp @@ -1181,6 +1181,7 @@ void MainWindow::TriggerWelcome() message = conf->Welcome; else message = HuggleParser::GetValueFromKey(conf->WelcomeTypes.at(0)); + message += " ~~~~"; } this->Welcome(message); }