diff --git a/LoopCaregiver/LoopCaregiver/Views/Settings/SettingsView.swift b/LoopCaregiver/LoopCaregiver/Views/Settings/SettingsView.swift index 90a445f0..1ef73445 100644 --- a/LoopCaregiver/LoopCaregiver/Views/Settings/SettingsView.swift +++ b/LoopCaregiver/LoopCaregiver/Views/Settings/SettingsView.swift @@ -249,6 +249,11 @@ struct SettingsView: View { } Section { LabeledContent("User ID", value: accountService.selectedLooper?.id ?? "") + Button(action: { + WidgetCenter.shared.invalidateConfigurationRecommendations() + }, label: { + Text("Invalidate Recommendations") + }) Button(action: { WidgetCenter.shared.reloadAllTimelines() }, label: {