mirror of
https://github.com/neon443/ShhShell.git
synced 2026-03-11 13:26:16 +00:00
fix crash
This commit is contained in:
@@ -53,11 +53,11 @@ struct ShellTabView: View {
|
|||||||
//header
|
//header
|
||||||
HStack(alignment: .center, spacing: 10) {
|
HStack(alignment: .center, spacing: 10) {
|
||||||
Button() {
|
Button() {
|
||||||
|
dismiss()
|
||||||
for session in container.sessions.values {
|
for session in container.sessions.values {
|
||||||
session.handler.disconnect()
|
session.handler.disconnect()
|
||||||
session.handler.cleanup()
|
session.handler.cleanup()
|
||||||
}
|
}
|
||||||
dismiss()
|
|
||||||
} label: {
|
} label: {
|
||||||
TrafficLightRed()
|
TrafficLightRed()
|
||||||
}
|
}
|
||||||
|
|||||||
Submodule SwiftTerm updated: 53d264186a...44c9724e7d
Reference in New Issue
Block a user