mirror of
https://github.com/Qz3rK/tdesktop.git
synced 2026-07-03 14:15:08 +02:00
Disable expand button in the inline reactions selector for now.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user