mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 15:43:55 +02:00
Provided click handler context for general urls in profile info as well.
This commit is contained in:
parent
ed14e47389
commit
78f7ea0c9d
1 changed files with 2 additions and 0 deletions
|
@ -227,6 +227,8 @@ object_ptr<Ui::RpWidget> DetailsFiller::setupInfo() {
|
||||||
return false;
|
return false;
|
||||||
} else if (SetClickContext<CashtagClickHandler>(handler, context)) {
|
} else if (SetClickContext<CashtagClickHandler>(handler, context)) {
|
||||||
return false;
|
return false;
|
||||||
|
} else if (SetClickContext<UrlClickHandler>(handler, context)) {
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue