Merge branch '780_improved_ui' into 690_language_dropdown

This commit is contained in:
Micah Lee 2018-10-10 18:32:01 -07:00
commit ac10b8899f
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
41 changed files with 1363 additions and 1025 deletions

View file

@ -915,8 +915,12 @@ class SettingsDialog(QtWidgets.QDialog):
Help button clicked.
"""
self.common.log('SettingsDialog', 'help_clicked')
help_site = 'https://github.com/micahflee/onionshare/wiki'
QtGui.QDesktopServices.openUrl(QtCore.QUrl(help_site))
SettingsDialog.open_help()
@staticmethod
def open_help():
help_url = 'https://github.com/micahflee/onionshare/wiki'
QtGui.QDesktopServices.openUrl(QtCore.QUrl(help_url))
def settings_from_fields(self):
"""