Page Install. Add icons to buttons on confirmation dialog.
This commit is contained in:
parent
ed1535ac7b
commit
88ce6e74a8
@ -287,11 +287,13 @@ class _InstallPageBodyState extends State<_InstallPageBody>
|
|||||||
final btns = [
|
final btns = [
|
||||||
dialogButton(
|
dialogButton(
|
||||||
'Cancel',
|
'Cancel',
|
||||||
|
icon: Icon(Icons.close_rounded),
|
||||||
onPressed: () => gFFI.dialogManager.dismissByTag(tag),
|
onPressed: () => gFFI.dialogManager.dismissByTag(tag),
|
||||||
isOutline: true,
|
isOutline: true,
|
||||||
),
|
),
|
||||||
dialogButton(
|
dialogButton(
|
||||||
'OK',
|
'OK',
|
||||||
|
icon: Icon(Icons.done_rounded),
|
||||||
onPressed: () {
|
onPressed: () {
|
||||||
gFFI.dialogManager.dismissByTag(tag);
|
gFFI.dialogManager.dismissByTag(tag);
|
||||||
do_install();
|
do_install();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user