made highlights not black anymore

This commit is contained in:
Chronophylos
2018-12-09 12:44:37 +01:00
committed by pajlada
parent 0cf0842b99
commit 65cae23957
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ Split::Split(QWidget *parent)
// F5: reload emotes
createShortcut(this, "F5", &Split::reloadChannelAndSubscriberEmotes);
// F12
// F10
createShortcut(this, "F10", [] {
auto *popup = new DebugPopup;
popup->setAttribute(Qt::WA_DeleteOnClose);