diff --git a/ShhShell/Views/Hosts/HostsView.swift b/ShhShell/Views/Hosts/HostsView.swift index 0237481..62e2264 100644 --- a/ShhShell/Views/Hosts/HostsView.swift +++ b/ShhShell/Views/Hosts/HostsView.swift @@ -32,24 +32,6 @@ struct HostsView: View { } .id(host) .animation(.default, value: host) - .fullScreenCover( - isPresented: Binding( - get: { checkShell(handler.state) }, - set: { newValue in - handler.go() - } - ) - ) { - ShellView(handler: handler, hostsManager: hostsManager) - } - .swipeActions(edge: .leading) { - Button() { - handler.go() - } label: { - Label("Quick Connect", systemImage: "power") - } - .foregroundStyle(.green) - } .swipeActions(edge: .trailing) { Button(role: .destructive) { hostsManager.removeHost(host)