mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-05-31 12:04:25 -04:00
mutex debugging
This commit is contained in:
parent
120a7105c8
commit
103975bb56
24 changed files with 88 additions and 65 deletions
|
@ -246,7 +246,7 @@ Future<bool> showConfirmModal(
|
|||
Navigator.pop(context);
|
||||
},
|
||||
child: Text(
|
||||
translate('button.no_cancel'),
|
||||
translate('button.no'),
|
||||
style: _buttonTextStyle(context),
|
||||
),
|
||||
),
|
||||
|
@ -261,7 +261,7 @@ Future<bool> showConfirmModal(
|
|||
Navigator.pop(context);
|
||||
},
|
||||
child: Text(
|
||||
translate('button.yes_proceed'),
|
||||
translate('button.yes'),
|
||||
style: _buttonTextStyle(context),
|
||||
),
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue