mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
parent
5143103b96
commit
e512ba2b6a
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ class UpdateCheckPrompt(Alert):
|
||||||
assert self.cancel_button is not None
|
assert self.cancel_button is not None
|
||||||
buttons_layout.addWidget(self.cancel_button)
|
buttons_layout.addWidget(self.cancel_button)
|
||||||
buttons_layout.addWidget(self.ok_button)
|
buttons_layout.addWidget(self.ok_button)
|
||||||
|
self.ok_button.setDefault(True)
|
||||||
return buttons_layout
|
return buttons_layout
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue