mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Removed masks panel when there are no masks.
This commit is contained in:
@@ -641,7 +641,7 @@ void StickersBox::refreshTabs() {
|
||||
sections.push_back(tr::lng_stickers_installed_tab(tr::now).toUpper());
|
||||
_tabIndices.push_back(Section::Installed);
|
||||
}
|
||||
if (!stickers.maskSetsOrder().isEmpty() && _masks.widget()) {
|
||||
if (_masks.widget()) {
|
||||
sections.push_back(tr::lng_stickers_masks_tab(tr::now).toUpper());
|
||||
_tabIndices.push_back(Section::Masks);
|
||||
}
|
||||
|
Reference in New Issue
Block a user