Added missing window titles to all popups (#2120)
This commit is contained in:
@@ -62,6 +62,7 @@ namespace {
|
||||
void showStreamlinkNotFoundError()
|
||||
{
|
||||
static QErrorMessage *msg = new QErrorMessage;
|
||||
msg->setWindowTitle("Chatterino - streamlink not found");
|
||||
|
||||
if (getSettings()->streamlinkUseCustomPath)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user