mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Preserve panels state through visibility toggles.
Emoji/Stickers/GIFs panel saves all the state between activations.
This commit is contained in:
@@ -75,7 +75,8 @@ EmojiListWidget::Footer::Footer(gsl::not_null<EmojiListWidget*> parent) : InnerF
|
||||
}
|
||||
|
||||
void EmojiListWidget::Footer::processPanelHideFinished() {
|
||||
setCurrentSectionIcon(Section::Recent);
|
||||
// Preserve panel state through visibility toggles.
|
||||
//setCurrentSectionIcon(Section::Recent);
|
||||
}
|
||||
|
||||
void EmojiListWidget::Footer::setCurrentSectionIcon(Section section) {
|
||||
|
Reference in New Issue
Block a user