mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 19:17:58 +00:00
modern file manager delete dialog
This commit is contained in:
@@ -1010,25 +1010,11 @@ class _FileManagerPageState extends State<FileManagerPage>
|
||||
MainAxisAlignment.spaceBetween,
|
||||
children: [
|
||||
ElevatedButton.icon(
|
||||
style: ButtonStyle(
|
||||
backgroundColor:
|
||||
MaterialStateProperty.all(
|
||||
MyTheme.accent,
|
||||
),
|
||||
shape: buttonShape,
|
||||
),
|
||||
icon: Icon(Icons.close_rounded),
|
||||
label: Text(translate("Cancel")),
|
||||
onPressed: cancel,
|
||||
),
|
||||
ElevatedButton.icon(
|
||||
style: ButtonStyle(
|
||||
backgroundColor:
|
||||
MaterialStateProperty.all(
|
||||
MyTheme.accent,
|
||||
),
|
||||
shape: buttonShape,
|
||||
),
|
||||
icon: Icon(Icons.done_rounded),
|
||||
label: Text(translate("Ok")),
|
||||
onPressed: submit,
|
||||
|
||||
Reference in New Issue
Block a user