Fix systemtray icon on macOS
This commit is contained in:
@@ -57,8 +57,7 @@ protected:
|
||||
void UpdateIcon();
|
||||
|
||||
private:
|
||||
QPixmap orange_icon_;
|
||||
QPixmap grey_icon_;
|
||||
QPixmap normal_icon_;
|
||||
std::unique_ptr<MacSystemTrayIconPrivate> p_;
|
||||
Q_DISABLE_COPY(MacSystemTrayIcon);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user