summaryrefslogtreecommitdiff
path: root/Hutch/Views/More/MoreView.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Hutch/Views/More/MoreView.swift')
-rw-r--r--Hutch/Views/More/MoreView.swift1
1 files changed, 1 insertions, 0 deletions
diff --git a/Hutch/Views/More/MoreView.swift b/Hutch/Views/More/MoreView.swift
index 6325954..caec3d5 100644
--- a/Hutch/Views/More/MoreView.swift
+++ b/Hutch/Views/More/MoreView.swift
@@ -63,6 +63,7 @@ struct MoreView: View {
Text("These SourceHut services are not supported in-app, as the SourceHut API does not support them, and will open in your browser.")
}
}
+ .themedList()
.navigationTitle("More")
.refreshable {
await ensureViewModel().loadSystemStatus(forceRefresh: true)