Fix: Incorrect tab focus in reply threads (#4739)

* Fix: Incorrect tab focus in reply threads
fixes #4737

* Append to changelog

---------

Co-authored-by: Felanbird <41973452+Felanbird@users.noreply.github.com>
This commit is contained in:
Brian
2023-07-29 13:06:12 -04:00
committed by GitHub
parent 9cb59f753f
commit c496a68633
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -150,6 +150,7 @@ ReplyThreadPopup::ReplyThreadPopup(bool closeAutomatically, QWidget *parent,
}
});
hbox->addWidget(this->ui_.notificationCheckbox, 1);
this->ui_.notificationCheckbox->setFocusPolicy(Qt::ClickFocus);
}
if (closeAutomatically)