fix: 速度设置无法取消

This commit is contained in:
orz12
2024-02-14 08:38:01 +08:00
parent 46b6c5ad94
commit 186d38190e

View File

@@ -437,7 +437,7 @@ class _HeaderControlState extends State<HeaderControl> {
}),
actions: <Widget>[
TextButton(
onPressed: () => SmartDialog.dismiss(),
onPressed: () => Get.back(),
child: Text(
'取消',
style: TextStyle(color: Theme.of(context).colorScheme.outline),