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

@@ -50,8 +50,8 @@ class OSDDBus : public OSDBase {
static const char *kSettingsGroup;
bool SupportsNativeNotifications() override;
bool SupportsTrayPopups() override;
bool SupportsNativeNotifications() const override;
bool SupportsTrayPopups() const override;
private:
void Init();