2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Fixed update of submit way in all opened windows.

This commit is contained in:
23rd
2024-08-28 09:32:39 +03:00
parent 07c5e6542b
commit 920484d540
8 changed files with 22 additions and 12 deletions

View File

@@ -1211,10 +1211,6 @@ void MainWidget::clearBotStartToken(PeerData *peer) {
}
}
void MainWidget::ctrlEnterSubmitUpdated() {
_history->updateFieldSubmitSettings();
}
void MainWidget::showChooseReportMessages(
not_null<PeerData*> peer,
Ui::ReportReason reason,