mirror of
https://github.com/onionshare/onionshare.git
synced 2025-03-14 18:06:30 -04:00
Remove adjustSize that was causing issues
This commit is contained in:
parent
15cb534dc7
commit
5dcb06ae1e
@ -205,9 +205,6 @@ class OnionShareGui(QtWidgets.QMainWindow):
|
||||
|
||||
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):
|
||||
if self.mode != self.MODE_SHARE:
|
||||
self.common.log('OnionShareGui', 'share_mode_clicked')
|
||||
|
Loading…
x
Reference in New Issue
Block a user