We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a293034 commit 7b25e46Copy full SHA for 7b25e46
src/utils/systemnotification.cpp
@@ -24,6 +24,9 @@ SystemNotification::SystemNotification(QObject* parent)
24
, m_interface(nullptr)
25
{
26
#if !(defined(Q_OS_MACOS) || defined(Q_OS_WIN))
27
+ if (!ConfigHandler().showDesktopNotification()) {
28
+ return;
29
+ }
30
m_interface =
31
new QDBusInterface(QStringLiteral("org.freedesktop.Notifications"),
32
QStringLiteral("/org/freedesktop/Notifications"),
0 commit comments