From 829ccc6df959c6d35ac4c850af4aadcea0e2b8ec Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Thu, 6 Nov 2025 17:07:48 +0100 Subject: [PATCH] Cleanup --- sbapp/services/sidebandservice.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/sbapp/services/sidebandservice.py b/sbapp/services/sidebandservice.py index f52a809..75796a8 100644 --- a/sbapp/services/sidebandservice.py +++ b/sbapp/services/sidebandservice.py @@ -103,9 +103,6 @@ class SidebandService(): if not silent: notification.setSound(RingtoneManager.getDefaultUri(RingtoneManager.TYPE_NOTIFICATION)) else: notification.setSound(None, None) - # if group != None: - # notification.setGroup(group_id) - if not self.notification_small_icon: # path = self.sideband.notification_icon path = self.sideband.notif_icon_black