trying runloop with dispatchqueue

This commit is contained in:
neon443
2025-06-07 20:40:16 +01:00
parent 1acae004ec
commit b395876156
3 changed files with 32 additions and 20 deletions

View File

@@ -71,10 +71,10 @@ struct ContentView: View {
}
}
.disabled(!(connected && handler.authorized))
//
// Button("request a shell") {
// handler.openShell()
// }
Button("request a shell") {
handler.openShell()
}
}
}
}