mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Clean up diff
This commit is contained in:
parent
ac807cbb7d
commit
d9440650a6
1 changed files with 1 additions and 2 deletions
|
@ -148,8 +148,7 @@ void Application::initialize(Settings &settings, Paths &paths)
|
|||
if (auto channel = split->getChannel(); !channel->isEmpty())
|
||||
{
|
||||
channel->addMessage(makeSystemMessage(
|
||||
"Chatterino unexpectedly crashed and "
|
||||
"restarted. "
|
||||
"Chatterino unexpectedly crashed and restarted. "
|
||||
"You can disable automatic restarts in the "
|
||||
"settings."));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue