diff --git a/IceCubesApp/App/Tabs/NotificationTab.swift b/IceCubesApp/App/Tabs/NotificationTab.swift index 4dc5d236..6a300443 100644 --- a/IceCubesApp/App/Tabs/NotificationTab.swift +++ b/IceCubesApp/App/Tabs/NotificationTab.swift @@ -31,6 +31,13 @@ struct NotificationsTab: View { .withAppRouter() .withSheetDestinations(sheetDestinations: $routerPath.presentedSheet) .toolbar { + ToolbarItem(placement: .topBarTrailing) { + Button { + routerPath.presentedSheet = .accountPushNotficationsSettings + } label: { + Image(systemName: "bell.badge") + } + } if !isSecondaryColumn { statusEditorToolbarItem(routerPath: routerPath, visibility: userPreferences.postVisibility)