mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-01-19 00:13:01 +08:00
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 = [
|
||||
dialogButton(
|
||||
'Cancel',
|
||||
icon: Icon(Icons.close_rounded),
|
||||
onPressed: () => gFFI.dialogManager.dismissByTag(tag),
|
||||
isOutline: true,
|
||||
),
|
||||
dialogButton(
|
||||
'OK',
|
||||
icon: Icon(Icons.done_rounded),
|
||||
onPressed: () {
|
||||
gFFI.dialogManager.dismissByTag(tag);
|
||||
do_install();
|
||||
|
Loading…
Reference in New Issue
Block a user