Disable expand button in the inline reactions selector for now.

This commit is contained in:
John Preston 2022-08-24 09:30:00 +03:00
parent 3399397a76
commit a202174d12
1 changed files with 2 additions and 2 deletions

View File

@ -444,11 +444,11 @@ void Manager::applyList(Data::PossibleItemReactions &&reactions) {
using Button = Strip::AddedButton; using Button = Strip::AddedButton;
_strip.applyList( _strip.applyList(
reactions.recent, reactions.recent,
(reactions.customAllowed (/*reactions.customAllowed
? Button::Expand ? Button::Expand
: reactions.morePremiumAvailable : reactions.morePremiumAvailable
? Button::Premium ? Button::Premium
: Button::None)); : */Button::None));
} }
QMargins Manager::innerMargins() const { QMargins Manager::innerMargins() const {