Only call QSystemTrayIcon::isSystemTrayAvailable once
Workaround file descriptor leak Fixes #724
This commit is contained in:
@@ -43,6 +43,7 @@ class SystemTrayIcon : public QObject {
|
||||
~SystemTrayIcon();
|
||||
|
||||
bool isSystemTrayAvailable() { return true; }
|
||||
bool IsSystemTrayAvailable() { return true; }
|
||||
void setVisible(const bool) {}
|
||||
|
||||
void SetTrayiconProgress(const bool enabled);
|
||||
|
||||
Reference in New Issue
Block a user