mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Disable chat themes.
This commit is contained in:
parent
9dfc60026e
commit
cd8d257c70
1 changed files with 1 additions and 1 deletions
|
@ -1005,7 +1005,7 @@ PeerId PeerData::groupCallDefaultJoinAs() const {
|
||||||
}
|
}
|
||||||
|
|
||||||
void PeerData::setThemeEmoji(const QString &emoji) {
|
void PeerData::setThemeEmoji(const QString &emoji) {
|
||||||
if (_themeEmoji == emoji) {
|
if (true || _themeEmoji == emoji) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
_themeEmoji = emoji;
|
_themeEmoji = emoji;
|
||||||
|
|
Loading…
Add table
Reference in a new issue