mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-09 18:05:05 -04:00
#520 trigger browser action properly in QLabel hyperlink
This commit is contained in:
parent
d7190497cb
commit
40eeb2cfd3
1 changed files with 2 additions and 0 deletions
|
@ -72,6 +72,8 @@ class SettingsDialog(QtWidgets.QDialog):
|
|||
# Stealth
|
||||
stealth_details = QtWidgets.QLabel(strings._("gui_settings_stealth_option_details", True))
|
||||
stealth_details.setWordWrap(True)
|
||||
stealth_details.setTextInteractionFlags(QtCore.Qt.TextBrowserInteraction)
|
||||
stealth_details.setOpenExternalLinks(True)
|
||||
self.stealth_checkbox = QtWidgets.QCheckBox()
|
||||
self.stealth_checkbox.setCheckState(QtCore.Qt.Unchecked)
|
||||
self.stealth_checkbox.setText(strings._("gui_settings_stealth_option", True))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue