improved
This commit is contained in:
parent
f89aea6470
commit
3efa69eeb9
|
|
@ -134,6 +134,10 @@ func main() {
|
|||
receiveFileButtion,
|
||||
entry,
|
||||
widget.NewButton("Receive", func() {
|
||||
cnf := dialog.NewConfirm("Confirmation", "Accept file ?", confirmCallback, w)
|
||||
cnf.SetDismissText("Nah")
|
||||
cnf.SetConfirmText("Oh Yes!")
|
||||
cnf.Show()
|
||||
fmt.Println("codePhraseToReceive")
|
||||
}),
|
||||
layout.NewSpacer(),
|
||||
|
|
|
|||
Loading…
Reference in New Issue