2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Fixed search categories in list of stickers from userpic emoji builder.

This commit is contained in:
23rd
2023-02-08 18:51:11 +03:00
parent 9090b8ce6b
commit 08644a9c31
4 changed files with 18 additions and 6 deletions

View File

@@ -500,7 +500,7 @@ TabbedSelector::Tab TabbedSelector::createTab(SelectorTab type, int index) {
this,
_controller,
_level,
true);
StickersListWidget::Mode::Masks);
}
Unexpected("Type in TabbedSelector::createTab.");
};