2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Added close player button, slightly improved switching of touch bar.

This commit is contained in:
23rd
2019-04-30 21:31:42 +03:00
committed by John Preston
parent c9f56abce5
commit 3eadc62cd5
4 changed files with 44 additions and 61 deletions

View File

@@ -285,6 +285,8 @@ public:
void notify_userIsBotChanged(UserData *bot);
void notify_historyMuteUpdated(History *history);
void closeBothPlayers();
bool isQuitPrevent();
~MainWidget();
@@ -347,7 +349,6 @@ private:
void setupConnectingWidget();
void createPlayer();
void closeBothPlayers();
void playerHeightUpdated();
void setCurrentCall(Calls::Call *call);