Support for templates
This commit is contained in:
parent
894f1a81d9
commit
909df788e3
|
|
@ -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: () {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue