mirror of
https://github.com/neon443/ShhShell.git
synced 2026-03-11 21:36:17 +00:00
center text
fix alignment comment out ssh_free fix Face ID appearing on touch id devices
This commit is contained in:
@@ -141,7 +141,7 @@ class SSHHandler: @unchecked Sendable, ObservableObject {
|
||||
if connected && (ssh_is_connected(session) == 1) {
|
||||
ssh_disconnect(self.session)
|
||||
}
|
||||
ssh_free(self.session)
|
||||
// ssh_free(self.session)
|
||||
self.session = nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user