mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 22:16:14 +00:00
Version 4.16.
- Instant View on Windows 10+ and macOS. - Allow scheduling messages in topics. - Telegram Business: Links to Chats. - Telegram Business: Custom Intro. - Telegram Business: Chatbots. - Sharing Revenue with Channel Owners.
This commit is contained in:
@@ -670,12 +670,12 @@ base::options::toggle ShowPeerIdBelowAbout({
|
||||
const TextWithEntities &value) {
|
||||
slide->show(anim::type::normal);
|
||||
});
|
||||
auto labeled = layout->add(object_ptr<Ui::FlatLabel>(
|
||||
layout->add(object_ptr<Ui::FlatLabel>(
|
||||
layout,
|
||||
std::move(nonEmptyText),
|
||||
st::birthdayLabeled));
|
||||
layout->add(Ui::CreateSkipWidget(layout, st::infoLabelSkip));
|
||||
const auto subtext = layout->add(object_ptr<Ui::FlatLabel>(
|
||||
layout->add(object_ptr<Ui::FlatLabel>(
|
||||
layout,
|
||||
std::move(
|
||||
label
|
||||
|
Reference in New Issue
Block a user