mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-12 04:31:41 -05:00
Oops, set the TorConnectionDialog window title back
This commit is contained in:
parent
f72d5872f7
commit
8b8e57e9f7
@ -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…
x
Reference in New Issue
Block a user