mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-02 15:45:12 +00:00
mention links bug fixed, 0.9.27 dev version
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user