Aug 27 - Fixed inspection lost photos recovery
This commit is contained in:
@@ -130,7 +130,9 @@ struct DashboardView: View {
|
||||
ForEach(sidebarTabs, id: \.self) { tab in
|
||||
Button {
|
||||
selectTab(tab)
|
||||
if tab == .notifications { sync.markNotificationsViewed() }
|
||||
// No longer zeroes the badge on tap: opening the inbox
|
||||
// is not reading it. The count now tracks genuinely
|
||||
// unread rows and clears as they are read (rule 92).
|
||||
} label: {
|
||||
sidebarRowLabel(tab, tinted: selectedTab == tab)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user