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

@@ -136,9 +136,9 @@ void OSDDBus::Init() {
}
bool OSDDBus::SupportsNativeNotifications() { return true; }
bool OSDDBus::SupportsNativeNotifications() const { return true; }
bool OSDDBus::SupportsTrayPopups() { return true; }
bool OSDDBus::SupportsTrayPopups() const { return true; }
void OSDDBus::ShowMessageNative(const QString &summary, const QString &message, const QString &icon, const QImage &image) {