mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-08 08:04:08 +02:00
mention links bug fixed, 0.9.27 dev version
This commit is contained in:
parent
16255f1591
commit
39981835ce
1 changed files with 1 additions and 1 deletions
|
@ -967,7 +967,7 @@ void LocationLink::setup() {
|
||||||
|
|
||||||
void MentionLink::onClick(Qt::MouseButton button) const {
|
void MentionLink::onClick(Qt::MouseButton button) const {
|
||||||
if (button == Qt::LeftButton || button == Qt::MiddleButton) {
|
if (button == Qt::LeftButton || button == Qt::MiddleButton) {
|
||||||
App::openPeerByName(_tag.mid(1), true);
|
App::openPeerByName(_tag.mid(1), ShowAtProfileMsgId);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue