From ddcf91cdee4087e72d0c23ff3f5a3e7dee8a76e7 Mon Sep 17 00:00:00 2001 From: SenseiDEVLinux Date: Sun, 5 Jul 2026 21:26:19 +0300 Subject: [PATCH] Remove duplicate notification code --- Modules/Sources/NotificationsFeature/NotificationsScreen.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Modules/Sources/NotificationsFeature/NotificationsScreen.swift b/Modules/Sources/NotificationsFeature/NotificationsScreen.swift index a0d43775..e3e79a08 100644 --- a/Modules/Sources/NotificationsFeature/NotificationsScreen.swift +++ b/Modules/Sources/NotificationsFeature/NotificationsScreen.swift @@ -43,7 +43,6 @@ public struct NotificationsScreen: View { .padding(16) } - Row("QMS", value: Binding(store.$appSettings.notifications.isQmsEnabled)) Row("QMS", value: Binding(store.$appSettings.notifications.isQmsEnabled)) Row("Forum", value: Binding(store.$appSettings.notifications.isForumEnabled)) Row("Topics", value: Binding(store.$appSettings.notifications.isTopicsEnabled))