mirror of
https://github.com/neon443/ShhShell.git
synced 2026-03-11 21:36:17 +00:00
added traffliclights to make the traffic lights perfect, red yellow done
green wip clean up on the terminal view: add background and reorg the fiel and add traffic lights add bg to all the terminal related stuff
This commit is contained in:
@@ -18,6 +18,8 @@ struct ShellView: View {
|
||||
var body: some View {
|
||||
NavigationStack {
|
||||
ZStack {
|
||||
hostsManager.selectedTheme.background.suiColor
|
||||
.ignoresSafeArea(.all)
|
||||
TerminalController(handler: handler, hostsManager: hostsManager)
|
||||
.onAppear {
|
||||
if let sessionID = handler.sessionID {
|
||||
|
||||
Reference in New Issue
Block a user