mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Show info on forum top bar click.
This commit is contained in:
parent
4937cea38f
commit
1be37a10b3
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||||
|
|
Loading…
Add table
Reference in a new issue