mirror of
https://github.com/neon443/ShhShell.git
synced 2026-03-11 21:36:17 +00:00
trying runloop with dispatchqueue
This commit is contained in:
@@ -71,10 +71,10 @@ struct ContentView: View {
|
||||
}
|
||||
}
|
||||
.disabled(!(connected && handler.authorized))
|
||||
//
|
||||
// Button("request a shell") {
|
||||
// handler.openShell()
|
||||
// }
|
||||
|
||||
Button("request a shell") {
|
||||
handler.openShell()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user