diff --git a/ShhShell/Views/Terminal/ShellView.swift b/ShhShell/Views/Terminal/ShellView.swift index 4a1278c..c53c611 100644 --- a/ShhShell/Views/Terminal/ShellView.swift +++ b/ShhShell/Views/Terminal/ShellView.swift @@ -38,13 +38,14 @@ struct ShellView: View { Label("Disconnect", systemImage: "xmark.app.fill") } } - ToolbarItem(placement: .cancellationAction) { - Button() { - dismiss() - } label: { - Label("Close", systemImage: "arrow.down.right.and.arrow.up.left") - } - } + //TODO: FIX +// ToolbarItem(placement: .cancellationAction) { +// Button() { +// dismiss() +// } label: { +// Label("Close", systemImage: "arrow.down.right.and.arrow.up.left") +// } +// } } .onChange(of: handler.connected) { _ in if !handler.connected { dismiss() }