Added missing window titles to all popups (#2120)

This commit is contained in:
Paweł
2020-10-31 15:12:42 +01:00
committed by GitHub
parent 05469d1bba
commit 3c1abbd297
6 changed files with 13 additions and 3 deletions
+1
View File
@@ -62,6 +62,7 @@ namespace {
void showStreamlinkNotFoundError()
{
static QErrorMessage *msg = new QErrorMessage;
msg->setWindowTitle("Chatterino - streamlink not found");
if (getSettings()->streamlinkUseCustomPath)
{