mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 06:07:06 +02:00
Don't add "Change colors" to profile menu.
This commit is contained in:
parent
4ef550da9b
commit
4ea72f8f89
1 changed files with 1 additions and 1 deletions
|
@ -487,7 +487,7 @@ void Filler::addUserActions(not_null<UserData*> user) {
|
|||
[=] { AddBotToGroup::Start(user); });
|
||||
}
|
||||
addPollAction(user);
|
||||
if (!user->isBot()) {
|
||||
if (!user->isBot() && _request.section == Section::History) {
|
||||
_addAction(
|
||||
tr::lng_chat_theme_change(tr::now),
|
||||
[=] { controller->toggleChooseChatTheme(user); });
|
||||
|
|
Loading…
Add table
Reference in a new issue