Improve chat theme selector design.

This commit is contained in:
John Preston
2023-04-19 13:33:07 +04:00
parent 1b6b0c1732
commit a27ef55ff8
4 changed files with 67 additions and 39 deletions
@@ -1038,7 +1038,7 @@ void Filler::addThemeEdit() {
}
const auto controller = _controller;
_addAction(
tr::lng_chat_theme_change(tr::now),
tr::lng_chat_theme_wallpaper(tr::now),
[=] { controller->toggleChooseChatTheme(user); },
&st::menuIconChangeColors);
}