mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Closed beta 10020001: application icon changed.
This commit is contained in:
@@ -218,7 +218,7 @@ void SettingsSlider::startRipple(int sectionIndex) {
|
||||
|
||||
QImage SettingsSlider::prepareRippleMask(int sectionIndex, const Section §ion) {
|
||||
auto size = QSize(section.width, height() - _st.rippleBottomSkip);
|
||||
if (!_st.rippleRoundRadius || sectionIndex > 0 && sectionIndex + 1 < getSectionsCount()) {
|
||||
if (!_st.rippleRoundRadius || (sectionIndex > 0 && sectionIndex + 1 < getSectionsCount())) {
|
||||
return RippleAnimation::rectMask(size);
|
||||
}
|
||||
return RippleAnimation::maskByDrawer(size, false, [this, sectionIndex, width = section.width](QPainter &p) {
|
||||
|
@@ -868,6 +868,9 @@ MediaPlayerButton {
|
||||
}
|
||||
|
||||
ProfilePeerListItem {
|
||||
left: pixels;
|
||||
bottom: pixels;
|
||||
|
||||
button: OutlineButton;
|
||||
statusFg: color;
|
||||
statusFgOver: color;
|
||||
|
Reference in New Issue
Block a user