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

Improve calls panel in macOS.

Use Qt::Dialog instead of Qt::Tool which works better with window
activation / deactivation handling.

Stop displaying the panel on all spaces when the call is established.
This commit is contained in:
John Preston
2017-05-02 12:08:08 +03:00
parent 0cdac83f8a
commit 5f2e295d63
14 changed files with 149 additions and 129 deletions

View File

@@ -527,16 +527,6 @@ void finish() {
EventFilter::destroy();
}
void SetWatchingMediaKeys(bool watching) {
}
bool TransparentWindowsSupported(QPoint globalPosition) {
return true;
}
void InitOnTopPanel(QWidget *panel) {
}
namespace ThirdParty {
void start() {