mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Added special bullet char to global access.
This commit is contained in:
@@ -1802,12 +1802,14 @@ object_ptr<Ui::RpWidget> DetailsFiller::setupPersonalChannel(
|
||||
) | rpl::map([](TextWithEntities &&text, ChannelData *channel) {
|
||||
const auto count = channel ? channel->membersCount() : 0;
|
||||
if (count > 1) {
|
||||
text.append(
|
||||
QString::fromUtf8(" \xE2\x80\xA2 ")
|
||||
).append(tr::lng_chat_status_subscribers(
|
||||
tr::now,
|
||||
lt_count_decimal,
|
||||
count));
|
||||
text.append(' ')
|
||||
.append(Ui::kQBullet)
|
||||
.append(' ')
|
||||
.append(
|
||||
tr::lng_chat_status_subscribers(
|
||||
tr::now,
|
||||
lt_count_decimal,
|
||||
count));
|
||||
}
|
||||
return text;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user