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,11 @@ class OSDBase : public QObject {
void ReloadPrettyOSDSettings();
void SetPrettyOSDToggleMode(bool toggle);
virtual bool SupportsNativeNotifications();
virtual bool SupportsTrayPopups();
OSDSettings::Type GetSupportedType() const;
bool IsTypeSupported(const OSDSettings::Type type) const;
virtual bool SupportsNativeNotifications() const;
virtual bool SupportsTrayPopups() const;
static bool SupportsOSDPretty();
public Q_SLOTS:
void ReloadSettings();