2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Add peer-list-like view for message reactions list.

This commit is contained in:
John Preston
2019-11-12 15:21:40 +03:00
parent b5d80a3c15
commit b151d210bf
25 changed files with 516 additions and 39 deletions

View File

@@ -164,7 +164,7 @@ DiscreteSlider::Section::Section(
SettingsSlider::SettingsSlider(
QWidget *parent,
const style::SettingsSlider &st)
const style::SettingsSlider &st)
: DiscreteSlider(parent)
, _st(st) {
setSelectOnPress(_st.ripple.showDuration == 0);