Support for templates
This commit is contained in:
parent
894f1a81d9
commit
909df788e3
|
|
@ -672,6 +672,7 @@ class _RunTemplateDialogState extends State<RunTemplateDialog> {
|
|||
.toUpperCase()),
|
||||
),
|
||||
if (_data != null) ...[
|
||||
/*
|
||||
TextButton(
|
||||
onPressed: () {
|
||||
setState(() {
|
||||
|
|
@ -683,6 +684,7 @@ class _RunTemplateDialogState extends State<RunTemplateDialog> {
|
|||
localization.reset.toUpperCase(),
|
||||
),
|
||||
),
|
||||
*/
|
||||
TextButton(
|
||||
child: Text(localization.download.toUpperCase()),
|
||||
onPressed: () {
|
||||
|
|
|
|||
Loading…
Reference in New Issue