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:
@@ -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 ¶ms,
|
||||
|
Reference in New Issue
Block a user