1
0
Fork 0
mirror of synced 2024-06-17 10:04:43 +12:00

LaunchDialog: Don't explicitly delete LoginDialog

This commit is contained in:
loathingKernel 2022-09-02 00:04:39 +03:00
parent 345ee443ed
commit 3c5575fda9

View file

@ -129,7 +129,6 @@ class LaunchDialog(QDialog):
# Do not set parent, because it won't show a task bar icon
# Update: Inherit the same parent as LaunchDialog
do_launch = self.login_dialog.login()
self.login_dialog.deleteLater()
except (HTTPError, ConnectionError) as e:
logger.warning(e)
self.args.offline = True