diff options
Diffstat (limited to 'Hutch/App/RootView.swift')
| -rw-r--r-- | Hutch/App/RootView.swift | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Hutch/App/RootView.swift b/Hutch/App/RootView.swift index ed029bb..ac20f0c 100644 --- a/Hutch/App/RootView.swift +++ b/Hutch/App/RootView.swift @@ -336,6 +336,7 @@ enum MoreRoute: Hashable { case profile case systemStatus case settings + case about case mailingList(InboxMailingListReference) case thread(InboxThreadSummary) case manPageBrowser @@ -363,6 +364,8 @@ private struct MoreNavigationRoot: View { SystemStatusView() case .settings: SettingsView() + case .about: + AboutView() case .mailingList(let mailingList): MailingListDetailView(mailingList: mailingList) case .thread(let thread): |
