mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Disable expand button in the inline reactions selector for now.
This commit is contained in:
parent
3399397a76
commit
a202174d12
1 changed files with 2 additions and 2 deletions
|
@ -444,11 +444,11 @@ void Manager::applyList(Data::PossibleItemReactions &&reactions) {
|
|||
using Button = Strip::AddedButton;
|
||||
_strip.applyList(
|
||||
reactions.recent,
|
||||
(reactions.customAllowed
|
||||
(/*reactions.customAllowed
|
||||
? Button::Expand
|
||||
: reactions.morePremiumAvailable
|
||||
? Button::Premium
|
||||
: Button::None));
|
||||
: */Button::None));
|
||||
}
|
||||
|
||||
QMargins Manager::innerMargins() const {
|
||||
|
|
Loading…
Add table
Reference in a new issue