This commit is contained in:
kramo
2023-02-01 17:26:55 +01:00
parent 7c0974de90
commit 5e373bd63d
7 changed files with 14 additions and 15 deletions

View File

@@ -24,5 +24,5 @@ def run_command(parent_widget, executable):
subprocess.Popen(["flatpak-spawn --host " + executable], shell=True, start_new_session=True)
if Gio.Settings.new("hu.kramo.Cartridges").get_boolean("exit-after-launch") == True:
if Gio.Settings.new("hu.kramo.Cartridges").get_boolean("exit-after-launch"):
sys.exit()