Disable OSD Pretty on Wayland

This commit is contained in:
Jonas Kvinge
2025-01-29 22:12:29 +01:00
parent 0db082fca0
commit 251e5b379b
7 changed files with 76 additions and 55 deletions

View File

@@ -40,8 +40,8 @@ class OSDMac : public OSDBase {
explicit OSDMac(const SharedPtr<SystemTrayIcon> tray_icon, QObject *parent = nullptr);
~OSDMac() override;
bool SupportsNativeNotifications() override;
bool SupportsTrayPopups() override;
bool SupportsNativeNotifications() const override;
bool SupportsTrayPopups() const override;
private:
void ShowMessageNative(const QString &summary, const QString &message, const QString &icon, const QImage &image) override;