mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
[Improvement] Do not hide "open chat" button for own profile
This commit is contained in:
committed by
Eric Kotato
parent
bfaa637683
commit
fc26e06056
@@ -960,6 +960,7 @@ Ui::MultiSlideTracker DetailsFiller::fillUserButtons(
|
||||
tracker);
|
||||
};
|
||||
|
||||
/*
|
||||
if (user->isSelf()) {
|
||||
auto separator = _wrap->add(object_ptr<Ui::SlideWrap<>>(
|
||||
_wrap,
|
||||
@@ -975,8 +976,11 @@ Ui::MultiSlideTracker DetailsFiller::fillUserButtons(
|
||||
std::move(tracker).atLeastOneShownValue()
|
||||
);
|
||||
} else {
|
||||
*/
|
||||
addSendMessageButton();
|
||||
/*
|
||||
}
|
||||
*/
|
||||
|
||||
addReportReaction(tracker);
|
||||
|
||||
|
Reference in New Issue
Block a user