Skip to content

Commit

Permalink
set focus to default button
Browse files Browse the repository at this point in the history
  • Loading branch information
Allie Crevier authored and rmol committed Jul 22, 2021
1 parent 4d7872e commit 0af5877
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions securedrop_client/gui/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -3204,6 +3204,7 @@ def __init__(self, source, controller):

self.continue_button.setText(_("YES, DELETE FILES AND MESSAGES"))
self.continue_button.clicked.connect(self.delete_conversation)
self.continue_button.setFocus()

self.adjustSize()

Expand Down

0 comments on commit 0af5877

Please sign in to comment.