Add button for sending toml

This commit is contained in:
Jett Chen 2024-05-19 00:23:34 +08:00
parent c8a21c73a8
commit 3ba0004370
8 changed files with 74 additions and 11 deletions

View file

@ -6,7 +6,7 @@ import BurrowShared
struct BurrowView: View {
@Environment(\.webAuthenticationSession)
private var webAuthenticationSession
@State private var rpcClient: Client? = nil
@State private var rpcClient: Client?
@State private var showAlert = false
var body: some View {