mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 15:43:55 +02:00
Removed ability to set wallpaper to replies chat.
This commit is contained in:
parent
6bd0bf6e69
commit
2a74736761
1 changed files with 1 additions and 1 deletions
|
@ -1186,7 +1186,7 @@ void Filler::addCreatePoll() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void Filler::addThemeEdit() {
|
void Filler::addThemeEdit() {
|
||||||
if (_peer->isVerifyCodes()) {
|
if (_peer->isVerifyCodes() || _peer->isRepliesChat()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const auto user = _peer->asUser();
|
const auto user = _peer->asUser();
|
||||||
|
|
Loading…
Add table
Reference in a new issue