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

Fix what happens when you click launch
This commit is contained in:
Alexey "LEHAtupointow" Pavlov 2022-03-12 13:49:50 -05:00 committed by GitHub
commit 95749ed63c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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