mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 22:46:10 +00:00
Add hidden buttons to langpack.
This commit is contained in:
@@ -218,7 +218,8 @@ not_null<Ui::SettingsButton*> AddMyChannelsBox(
|
||||
button,
|
||||
st::defaultPopupMenu);
|
||||
(*menu)->addAction(
|
||||
chats ? u"My Groups"_q : u"My Channels"_q,
|
||||
(chats ? tr::lng_menu_my_groups : tr::lng_menu_my_channels)(
|
||||
tr::now),
|
||||
[=] { controller->uiShow()->showBox(Box(myChannelsBox)); },
|
||||
nullptr);
|
||||
(*menu)->popup(QCursor::pos());
|
||||
|
Reference in New Issue
Block a user