all: mask various useless dbus errors

This commit is contained in:
outfoxxed 2025-07-18 04:14:58 -07:00
parent 6572a7f61d
commit ecc4a1249d
Signed by untrusted user: outfoxxed
GPG key ID: 4C88A185FB89301E
6 changed files with 106 additions and 61 deletions

View file

@ -21,7 +21,7 @@
namespace qs::service::notifications {
// NOLINTNEXTLINE(misc-use-internal-linkage)
QS_LOGGING_CATEGORY(logNotifications, "quickshell.service.notifications");
QS_LOGGING_CATEGORY(logNotifications, "quickshell.service.notifications", QtWarningMsg);
NotificationServer::NotificationServer() {
qDBusRegisterMetaType<DBusNotificationImage>();