146 Swap OK and Cancel for control-d
parent
99c3088cc3
commit
7a440d7c81
|
|
@ -69,7 +69,7 @@ func newResourceView(title string, app *appView, list resource.List) resourceVie
|
|||
v.AddPage("details", details, true, false)
|
||||
|
||||
confirm := tview.NewModal().
|
||||
AddButtons([]string{"OK", "Cancel"}).
|
||||
AddButtons([]string{"Cancel", "OK"}).
|
||||
SetTextColor(tcell.ColorFuchsia)
|
||||
v.AddPage("confirm", confirm, false, false)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue