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
@@ -120,6 +120,7 @@ Split::Split(QWidget *parent)
createShortcut(this, "F10", [] {
auto *popup = new DebugPopup;
popup->setAttribute(Qt::WA_DeleteOnClose);
popup->setWindowTitle("Chatterino - Debug popup");
popup->show();
});