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:
@@ -1466,7 +1466,7 @@ void Widget::clearSearchCache() {
|
||||
|
||||
void Widget::showCalendar() {
|
||||
if (_searchInChat) {
|
||||
controller()->showCalendar(_searchInChat, QDate());
|
||||
controller()->showCalendar(_searchInChat, QDateTime());
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user