mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Add newline to dontSaveSettings error (#3635)
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
parent
33ed195c19
commit
e41a2e8408
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ void WindowManager::showSettingsDialog(QWidget *parent,
|
||||||
if (getArgs().dontSaveSettings)
|
if (getArgs().dontSaveSettings)
|
||||||
{
|
{
|
||||||
QMessageBox::critical(parent, "Chatterino - Editing Settings Forbidden",
|
QMessageBox::critical(parent, "Chatterino - Editing Settings Forbidden",
|
||||||
"Settings cannot be edited when running with "
|
"Settings cannot be edited when running with\n"
|
||||||
"commandline arguments such as '-c'.");
|
"commandline arguments such as '-c'.");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue