mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 22:16:14 +00:00
Remove Auth() global access point.
This commit is contained in:
@@ -737,8 +737,8 @@ void SetupStickersEmoji(
|
||||
st::settingsChatButton,
|
||||
&st::settingsIconEmoji,
|
||||
st::settingsChatIconLeft
|
||||
)->addClickHandler([] {
|
||||
Ui::show(Box<Ui::Emoji::ManageSetsBox>());
|
||||
)->addClickHandler([=] {
|
||||
Ui::show(Box<Ui::Emoji::ManageSetsBox>(session));
|
||||
});
|
||||
|
||||
AddSkip(container, st::settingsCheckboxesSkip);
|
||||
|
Reference in New Issue
Block a user