mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-08 04:34:05 +00:00
Fixed wrong color tone settings button shown in emoji search results.
This commit is contained in:
@@ -3008,7 +3008,8 @@ void EmojiListWidget::pickerHidden() {
|
||||
}
|
||||
|
||||
bool EmojiListWidget::hasColorButton(int index) const {
|
||||
return (_staticCount > int(Section::People))
|
||||
return !_searchMode
|
||||
&& (_staticCount > int(Section::People))
|
||||
&& (index == int(Section::People));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user