Prefer native notifications instead of D-Bus on macOS

This commit is contained in:
Jonas Kvinge
2020-12-23 20:25:23 +01:00
parent 351999a01b
commit 3ae9092226
2 changed files with 4 additions and 4 deletions

View File

@@ -360,7 +360,7 @@ void OSDBase::RepeatModeChanged(PlaylistSequence::RepeatMode mode) {
QString OSDBase::ReplaceMessage(const MessageType type, const QString &message, const Song &song) {
#ifndef HAVE_DBUS
#if !defined(HAVE_DBUS) || defined(Q_OS_MACOS)
Q_UNUSED(type)
#endif