Add button for sending toml
This commit is contained in:
parent
c8a21c73a8
commit
3ba0004370
8 changed files with 74 additions and 11 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue