mirror of
https://github.com/neon443/ShhShell.git
synced 2026-03-11 21:36:17 +00:00
mainacotr for sshhandler
added a cleanup to run after 10s clearing memory for keys and files remove timer code remove write(1 to stop console echo open links image -> systemImage
This commit is contained in:
@@ -25,7 +25,7 @@ struct ShellView: View {
|
||||
}
|
||||
} label: {
|
||||
if handler.connected {
|
||||
Label("Disconnect", image: "xmark.square.fill")
|
||||
Label("Disconnect", systemImage: "xmark.square.fill")
|
||||
} else {
|
||||
Label("Connect", image: "power")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user