xros hehe

This commit is contained in:
neon443
2025-09-26 10:53:21 +01:00
parent 1cc9eb7b6f
commit 0b039f2c42
4 changed files with 9 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ struct ContentView: View {
@ObservedObject var keyManager: KeyManager
var body: some View {
NavigationStack {
NavigationSplitView {
ZStack {
hostsManager.selectedTheme.background.suiColor.opacity(0.7)
.ignoresSafeArea(.all)
@@ -97,6 +97,8 @@ struct ContentView: View {
}
}
}
} detail: {
Text("Detail?")
}
}
}

View File

@@ -69,6 +69,7 @@ struct FontManagerView: View {
}
}
}
.navigationTitle("Fonts")
.scrollContentBackground(.hidden)
}
}

View File

@@ -78,6 +78,7 @@ struct SnippetManagerView: View {
}
}
}
.navigationTitle("Snippets")
}
}
}