mirror of
https://mirror.ghproxy.com/https://github.com/StarCitizenToolBox/app.git
synced 2024-12-22 18:43:43 +08:00
fix:showConfirmDialogs
This commit is contained in:
parent
010a184921
commit
e1533ae154
@ -31,7 +31,7 @@ Future<bool> showConfirmDialogs(
|
||||
String cancel = "",
|
||||
BoxConstraints? constraints}) async {
|
||||
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,
|
||||
title: title,
|
||||
|
Loading…
Reference in New Issue
Block a user