2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-05 00:55:12 +00:00

Custom colors in history_view_message module.

This commit is contained in:
John Preston
2021-09-03 01:08:57 +03:00
parent 444f21fd7e
commit 1a4a9319f3
37 changed files with 885 additions and 499 deletions

View File

@@ -1005,7 +1005,7 @@ PeerId PeerData::groupCallDefaultJoinAs() const {
}
void PeerData::setThemeEmoji(const QString &emoji) {
if (true || _themeEmoji == emoji) {
if (_themeEmoji == emoji) {
return;
}
_themeEmoji = emoji;