Fix what happens when you click launch

This commit is contained in:
Red-exe-Engineer 2022-03-12 12:48:28 -06:00 committed by GitHub
parent 7b04898a8b
commit 93b601aa38
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()