App updates

This commit is contained in:
Neil Alexander 2024-04-16 21:35:51 +01:00
parent 2cb5eebcd2
commit 5fbb735f56
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
9 changed files with 204 additions and 91 deletions

View file

@ -23,7 +23,7 @@ struct Application: App {
var body: some Scene {
WindowGroup {
NavigationSplitView {
ZStack {
VStack {
List(selection: $selection) {
NavigationLink(destination: StatusView()) {
HStack {