Allow disabling service message blur for certain wallpapers

This commit is contained in:
Ali
2021-06-11 15:19:52 +04:00
parent 4ef4eca926
commit dc31b6e3d8
25 changed files with 59 additions and 54 deletions

View File

@@ -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