mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Remove some more Auth() calls.
This commit is contained in:
@@ -506,8 +506,8 @@ void SetupStickersEmoji(
|
||||
st::settingsChatButton,
|
||||
&st::settingsIconStickers,
|
||||
st::settingsChatIconLeft
|
||||
)->addClickHandler([] {
|
||||
Ui::show(Box<StickersBox>(StickersBox::Section::Installed));
|
||||
)->addClickHandler([=] {
|
||||
Ui::show(Box<StickersBox>(session, StickersBox::Section::Installed));
|
||||
});
|
||||
|
||||
AddButton(
|
||||
|
Reference in New Issue
Block a user