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

View File

@@ -234,7 +234,6 @@
"randomizer.generation.createspoiler": "Create Spoiler Log",
"randomizer.generation.createrom": "Create Patched ROM",
"randomizer.generation.calcplaythrough": "Calculate Playthrough",
"randomizer.generation.print_template_yaml": "Print Customizer Template",
"randomizer.generation.print_custom_yaml": "Print Customizer File",
"randomizer.generation.settingsonload": "Settings On Load",
@@ -391,6 +390,7 @@
"bottom.content.seed": "Seed #",
"bottom.content.generationcount": "Count",
"bottom.content.go": "Generate Game",
"bottom.content.exportyaml": "Export Yaml",
"bottom.content.dialog.error": "Error while creating seed",
"bottom.content.dialog.success": "Success",
"bottom.content.dialog.success.message": "Rom created successfully.",

View File

@@ -4,7 +4,6 @@
"bps": { "type": "checkbox" },
"createspoiler": { "type": "checkbox" },
"calcplaythrough": { "type": "checkbox" },
"print_template_yaml":{ "type": "checkbox" },
"print_custom_yaml": { "type": "checkbox" }
}
}