mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-23 03:59:23 +00:00
fix: menu name
This commit is contained in:
parent
dc86968022
commit
d230904bef
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ class MenuWidgetState extends State<MenuWidget> {
|
|||
final item = SettingActions.all[index];
|
||||
|
||||
if (!widget.dashboardViewModel.hasSilentPayments &&
|
||||
item.name == S.of(context).silent_payments_settings) {
|
||||
item.name(context) == S.of(context).silent_payments_settings) {
|
||||
return Container();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue