mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-05-22 15:54:12 +02:00
Removed redundant buttons from profile of bot verification.
This commit is contained in:
parent
df69a70dd7
commit
16a77e2975
1 changed files with 3 additions and 1 deletions
|
@ -2101,7 +2101,9 @@ Ui::MultiSlideTracker DetailsFiller::fillUserButtons(
|
|||
tracker);
|
||||
};
|
||||
|
||||
addSendMessageButton();
|
||||
if (!user->isVerifyCodes()) {
|
||||
addSendMessageButton();
|
||||
}
|
||||
addReportReaction(tracker);
|
||||
|
||||
return tracker;
|
||||
|
|
Loading…
Add table
Reference in a new issue