diff options
| author | Christian Cleberg <[email protected]> | 2026-04-14 10:42:05 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-04-14 10:42:05 -0500 |
| commit | 205c8ea9b2c6dfa62bc8b2342d1aa71e2da7d6ac (patch) | |
| tree | e7e9b8190ffc15d3cd3e696da4c8acf8c472a193 /Hutch/Views/More/MoreView.swift | |
| parent | d6968ea122d910b432bd539cf2fa3d1cee962fdb (diff) | |
| download | hutch-205c8ea9b2c6dfa62bc8b2342d1aa71e2da7d6ac.tar.gz hutch-205c8ea9b2c6dfa62bc8b2342d1aa71e2da7d6ac.tar.bz2 hutch-205c8ea9b2c6dfa62bc8b2342d1aa71e2da7d6ac.zip | |
fix: remove prototype screens from developer menuv3.1.6
- removed prototype screens
- limited Recent section to 3 items
- added initial support for tips
Fixes: https://todo.sr.ht/~ccleberg/hutch/65
Diffstat (limited to 'Hutch/Views/More/MoreView.swift')
| -rw-r--r-- | Hutch/Views/More/MoreView.swift | 5 |
1 files changed, 5 insertions, 0 deletions
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 { |
