Merge pull request #4 from Red-exe-Engineer/patch-3

Update main.py
This commit is contained in:
bigjango13 2022-03-11 23:07:41 -05:00 committed by GitHub
commit 2f58674812
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -263,7 +263,8 @@ class Planet(QMainWindow):
print(self.env)
self.hide()
launcher.run(self.env)
if self.showlauncher.isChecked() == True:
launcher.run(self.env)
self.show()