Add newline to dontSaveSettings error (#3635)
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user