Fix conflicts

This commit is contained in:
leha-code 2022-03-12 19:21:08 -04:00
commit 0c5c3cfa27
No known key found for this signature in database
GPG Key ID: 15227A6455DDF7EE
2 changed files with 3 additions and 2 deletions

View File

@ -67,4 +67,4 @@ def set_options(env, options: dict):
def run(env, path_: str):
return subprocess.Popen(
[path_], env=env, preexec_fn=os.setsid
)
).wait()

View File

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