Show Reject/Accept buttons for offers.

This commit is contained in:
John Preston
2025-11-28 17:28:27 +04:00
parent 6fccbf036c
commit 1e89ee4e50
21 changed files with 796 additions and 354 deletions
@@ -546,6 +546,7 @@ std::shared_ptr<ClickHandler> DeclineClickHandler(
if (!item) {
return;
}
RequestDeclineComment(controller->uiShow(), item);
});
}