2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Initial chat theme changing.

This commit is contained in:
John Preston
2021-09-24 19:10:25 +04:00
parent 80028e41f3
commit ab0d2bf9c6
20 changed files with 773 additions and 120 deletions

View File

@@ -1353,6 +1353,10 @@ void MainWidget::clearChooseReportMessages() {
_history->setChooseReportMessagesDetails({}, nullptr);
}
void MainWidget::toggleChooseChatTheme(not_null<PeerData*> peer) {
_history->toggleChooseChatTheme(peer);
}
void MainWidget::ui_showPeerHistory(
PeerId peerId,
const SectionShow &params,