2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-03 16:15:13 +00:00

Allow select time when jumping to date in chat

This commit is contained in:
RadRussianRus
2022-01-11 06:22:26 +03:00
parent a4bb624c3f
commit 49fe365add
14 changed files with 124 additions and 49 deletions

View File

@@ -1466,7 +1466,7 @@ void Widget::clearSearchCache() {
void Widget::showCalendar() {
if (_searchInChat) {
controller()->showCalendar(_searchInChat, QDate());
controller()->showCalendar(_searchInChat, QDateTime());
}
}