fix: 速度设置无法取消

This commit is contained in:
orz12
2024-02-14 08:38:01 +08:00
parent 569277572a
commit 42ad959155

View File

@ -438,7 +438,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),