mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-29 13:39:06 +00:00
Disable chat themes.
This commit is contained in:
parent
9dfc60026e
commit
cd8d257c70
@ -1005,7 +1005,7 @@ PeerId PeerData::groupCallDefaultJoinAs() const {
|
||||
}
|
||||
|
||||
void PeerData::setThemeEmoji(const QString &emoji) {
|
||||
if (_themeEmoji == emoji) {
|
||||
if (true || _themeEmoji == emoji) {
|
||||
return;
|
||||
}
|
||||
_themeEmoji = emoji;
|
||||
|
Loading…
x
Reference in New Issue
Block a user