add read from channel

remove button for appstore connect submission
lower ios version
update icon to remove transparency
This commit is contained in:
neon443
2025-06-07 18:30:24 +01:00
parent 5199158e04
commit d57b5c0b0b
5 changed files with 28 additions and 13 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()
// }
}
}
}