Skip to content

Commit 7785fb5

Browse files
committed
focus on Save button
1 parent e846976 commit 7785fb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keygen.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ func showKeySaveWindow(newkey *MasterKey) {
213213
showDirWindow(inputField)
214214
})
215215

216-
form.SetFocus(2)
216+
form.SetFocus(1)
217217

218218
flex := tview.NewFlex()
219219
flex.SetDirection(tview.FlexRow).

0 commit comments

Comments
 (0)