mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-03 08:05:12 +00:00
Show info on forum top bar click.
This commit is contained in:
@@ -671,7 +671,8 @@ void TopBarWidget::mousePressEvent(QMouseEvent *e) {
|
|||||||
&& !_chooseForReportReason;
|
&& !_chooseForReportReason;
|
||||||
if (handleClick) {
|
if (handleClick) {
|
||||||
if ((_animatingMode && _back->rect().contains(e->pos()))
|
if ((_animatingMode && _back->rect().contains(e->pos()))
|
||||||
|| (_activeChat.section == Section::ChatsList)) {
|
|| (_activeChat.section == Section::ChatsList
|
||||||
|
&& _activeChat.key.folder())) {
|
||||||
backClicked();
|
backClicked();
|
||||||
} else {
|
} else {
|
||||||
infoClicked();
|
infoClicked();
|
||||||
|
Reference in New Issue
Block a user