Support for templates

This commit is contained in:
Hillel Coren 2023-11-22 15:31:51 +02:00
parent 894f1a81d9
commit 909df788e3
1 changed files with 2 additions and 0 deletions

View File

@ -672,6 +672,7 @@ class _RunTemplateDialogState extends State<RunTemplateDialog> {
.toUpperCase()), .toUpperCase()),
), ),
if (_data != null) ...[ if (_data != null) ...[
/*
TextButton( TextButton(
onPressed: () { onPressed: () {
setState(() { setState(() {
@ -683,6 +684,7 @@ class _RunTemplateDialogState extends State<RunTemplateDialog> {
localization.reset.toUpperCase(), localization.reset.toUpperCase(),
), ),
), ),
*/
TextButton( TextButton(
child: Text(localization.download.toUpperCase()), child: Text(localization.download.toUpperCase()),
onPressed: () { onPressed: () {