mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-15 01:07:21 -05:00
Remove adjustSize that was causing issues
This commit is contained in:
parent
beeebce631
commit
5a96bcc77b
@ -205,9 +205,6 @@ class OnionShareGui(QtWidgets.QMainWindow):
|
|||||||
|
|
||||||
self.update_server_status_indicator()
|
self.update_server_status_indicator()
|
||||||
|
|
||||||
# Wait 1ms for the event loop to finish, then adjust size
|
|
||||||
QtCore.QTimer.singleShot(1, self.adjustSize)
|
|
||||||
|
|
||||||
def share_mode_clicked(self):
|
def share_mode_clicked(self):
|
||||||
if self.mode != self.MODE_SHARE:
|
if self.mode != self.MODE_SHARE:
|
||||||
self.common.log('OnionShareGui', 'share_mode_clicked')
|
self.common.log('OnionShareGui', 'share_mode_clicked')
|
||||||
|
Loading…
Reference in New Issue
Block a user