mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Allow disabling service message blur for certain wallpapers
This commit is contained in:
@@ -386,7 +386,7 @@ final class WallpaperPatternPanelNode: ASDisplayNode {
|
||||
func updateTheme(_ theme: PresentationTheme) {
|
||||
self.theme = theme
|
||||
|
||||
self.backgroundNode.color = self.theme.chat.inputPanel.panelBackgroundColor
|
||||
self.backgroundNode.updateColor(color: self.theme.chat.inputPanel.panelBackgroundColor, transition: .immediate)
|
||||
self.topSeparatorNode.backgroundColor = self.theme.chat.inputPanel.panelSeparatorColor
|
||||
|
||||
self.sliderView?.backColor = self.theme.list.disclosureArrowColor
|
||||
|
||||
Reference in New Issue
Block a user