From 205c8ea9b2c6dfa62bc8b2342d1aa71e2da7d6ac Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Tue, 14 Apr 2026 10:42:05 -0500 Subject: fix: remove prototype screens from developer menu - removed prototype screens - limited Recent section to 3 items - added initial support for tips Fixes: https://todo.sr.ht/~ccleberg/hutch/65 --- Hutch/Views/More/MoreView.swift | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Hutch/Views/More/MoreView.swift') diff --git a/Hutch/Views/More/MoreView.swift b/Hutch/Views/More/MoreView.swift index 4666e53..5c757ef 100644 --- a/Hutch/Views/More/MoreView.swift +++ b/Hutch/Views/More/MoreView.swift @@ -61,6 +61,11 @@ struct MoreView: View { Label("Settings", systemImage: "gear") } .themedRow() + + NavigationLink(value: MoreRoute.about) { + Label("About Hutch", systemImage: "info.circle") + } + .themedRow() } Section { -- cgit v1.2.3