2
0
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:
RadRussianRus
2022-09-11 06:16:19 +03:00
committed by Eric Kotato
parent bfaa637683
commit fc26e06056

View File

@@ -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);