mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-09 01:44:56 -04:00
Fix UpdateChecker and UpdateThread to work with refactor, now it pops up an update reminder
This commit is contained in:
parent
26ef0863dc
commit
f72d5872f7
3 changed files with 43 additions and 22 deletions
|
@ -209,6 +209,7 @@ class SettingsDialog(QtWidgets.QDialog):
|
|||
self.cancel_button = QtWidgets.QPushButton(strings._('gui_settings_button_cancel', True))
|
||||
self.cancel_button.clicked.connect(self.cancel_clicked)
|
||||
buttons_layout = QtWidgets.QHBoxLayout()
|
||||
buttons_layout.addStretch()
|
||||
buttons_layout.addWidget(self.save_button)
|
||||
buttons_layout.addWidget(self.cancel_button)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue