mirror of
https://mirror.ghproxy.com/https://github.com/StarCitizenToolBox/app.git
synced 2024-12-23 00:33:42 +08:00
fix:showConfirmDialogs
This commit is contained in:
parent
010a184921
commit
e1533ae154
@ -31,7 +31,7 @@ Future<bool> showConfirmDialogs(
|
|||||||
String cancel = "",
|
String cancel = "",
|
||||||
BoxConstraints? constraints}) async {
|
BoxConstraints? constraints}) async {
|
||||||
if (confirm.isEmpty) confirm = S.current.app_common_tip_confirm;
|
if (confirm.isEmpty) confirm = S.current.app_common_tip_confirm;
|
||||||
if (cancel.isEmpty) confirm = S.current.app_common_tip_cancel;
|
if (cancel.isEmpty) cancel = S.current.app_common_tip_cancel;
|
||||||
|
|
||||||
final r = await showBaseDialog(context,
|
final r = await showBaseDialog(context,
|
||||||
title: title,
|
title: title,
|
||||||
|
Loading…
Reference in New Issue
Block a user