mirror of
https://github.com/onionshare/onionshare.git
synced 2025-07-12 01:19:33 -04:00
Fix bug where persistent tooltips were not displaying
This commit is contained in:
parent
a32778397a
commit
24b025419a
1 changed files with 4 additions and 3 deletions
|
@ -137,6 +137,7 @@ class ServerStatus(QtWidgets.QWidget):
|
||||||
self.url_label.setToolTip(strings._('gui_url_label_onetime_and_persistent', True))
|
self.url_label.setToolTip(strings._('gui_url_label_onetime_and_persistent', True))
|
||||||
else:
|
else:
|
||||||
self.url_label.setToolTip(strings._('gui_url_label_persistent', True))
|
self.url_label.setToolTip(strings._('gui_url_label_persistent', True))
|
||||||
|
else:
|
||||||
if self.settings.get('close_after_first_download'):
|
if self.settings.get('close_after_first_download'):
|
||||||
self.url_label.setToolTip(strings._('gui_url_label_onetime', True))
|
self.url_label.setToolTip(strings._('gui_url_label_onetime', True))
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue