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:
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user