mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-03 23:15:18 -04:00
Oops, set the TorConnectionDialog window title back
This commit is contained in:
parent
24ccb3995f
commit
8a8c2bd34b
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ class TorConnectionDialog(QtWidgets.QProgressDialog):
|
|||
self.settings = settings
|
||||
self.onion = onion
|
||||
|
||||
self.setWindowTitle("OnionShare TOR")
|
||||
self.setWindowTitle("OnionShare")
|
||||
self.setWindowIcon(QtGui.QIcon(common.get_resource_path('images/logo.png')))
|
||||
self.setModal(True)
|
||||
self.setFixedSize(400, 150)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue