mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Returned button for reaction reporting to profile info.
This commit is contained in:
@@ -2141,6 +2141,12 @@ object_ptr<Ui::RpWidget> DetailsFiller::fill() {
|
||||
setupBotPermissions();
|
||||
}
|
||||
}
|
||||
if (!user->isSelf() && !_sublist) {
|
||||
auto topSkip = _wrap->add(CreateSlideSkipWidget(_wrap));
|
||||
Ui::MultiSlideTracker tracker;
|
||||
addReportReaction(tracker);
|
||||
topSkip->toggleOn(std::move(tracker).atLeastOneShownValue());
|
||||
}
|
||||
}
|
||||
add(CreateSkipWidget(_wrap));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user