2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-30 22:25:12 +00:00

Video playing in MediaView seek fixed, fullscreen mode improved.

Shortcut commands now return bool, so you know if it was executed.
This commit is contained in:
John Preston
2016-07-14 14:20:46 +03:00
parent cb0c99acc8
commit 505e5a69a6
15 changed files with 367 additions and 170 deletions

View File

@@ -421,9 +421,9 @@ public:
void notify_historyMuteUpdated(History *history);
void notify_handlePendingHistoryUpdate();
void cmd_search();
void cmd_next_chat();
void cmd_previous_chat();
bool cmd_search();
bool cmd_next_chat();
bool cmd_previous_chat();
~MainWidget();