mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 15:43:55 +02:00
Version 1.7.10: Fix group location display.
This commit is contained in:
parent
f77b11975b
commit
adf5c8ec71
1 changed files with 1 additions and 1 deletions
|
@ -302,7 +302,7 @@ object_ptr<Ui::RpWidget> DetailsFiller::setupInfo() {
|
|||
) | rpl::map([](const ChannelLocation *location) {
|
||||
return location
|
||||
? Ui::Text::Link(
|
||||
location->address,
|
||||
TextUtilities::SingleLine(location->address),
|
||||
LocationClickHandler::Url(location->point))
|
||||
: TextWithEntities();
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue