Changed Print Template Yaml from checkbox to button

This commit is contained in:
codemann8
2023-12-23 04:23:34 -06:00
parent d8319ca727
commit 55caf24011
8 changed files with 173 additions and 83 deletions

2
Gui.py
View File

@@ -45,7 +45,7 @@ def save_settings(gui, args, filename):
os.makedirs(settings_path)
output_args = {}
settings = ["create_rom", "suppress_rom", "bps", "create_spoiler", "suppress_spoiler",
"calc_playthrough", "skip_playthrough", "print_template_yaml", "print_custom_yaml",
"calc_playthrough", "skip_playthrough", "print_custom_yaml",
"settingsonload", "rom", "enemizercli", "outputpath"]
if filename == "settings.json":
for s in settings: