Oops, set the TorConnectionDialog window title back

This commit is contained in:
Micah Lee 2017-05-16 17:30:54 -07:00
parent f72d5872f7
commit 8b8e57e9f7

View File

@ -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)