mirror of
https://github.com/neon443/ShhShell.git
synced 2026-03-11 21:36:17 +00:00
xros hehe
This commit is contained in:
@@ -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?")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -69,6 +69,7 @@ struct FontManagerView: View {
|
||||
}
|
||||
}
|
||||
}
|
||||
.navigationTitle("Fonts")
|
||||
.scrollContentBackground(.hidden)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -78,6 +78,7 @@ struct SnippetManagerView: View {
|
||||
}
|
||||
}
|
||||
}
|
||||
.navigationTitle("Snippets")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user