mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 20:39:51 +00:00
change exchange dock item to buy
This commit is contained in:
parent
773adfaaca
commit
d356d5bfcb
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ class MainActions {
|
||||||
);
|
);
|
||||||
|
|
||||||
static MainActions tradeAction = MainActions._(
|
static MainActions tradeAction = MainActions._(
|
||||||
name: (context) => S.of(context).exchange,
|
name: (context) => S.of(context).buy,
|
||||||
image: 'assets/images/buy_sell.png',
|
image: 'assets/images/buy_sell.png',
|
||||||
isEnabled: (viewModel) => viewModel.isEnabledTradeAction,
|
isEnabled: (viewModel) => viewModel.isEnabledTradeAction,
|
||||||
canShow: (viewModel) => viewModel.hasTradeAction,
|
canShow: (viewModel) => viewModel.hasTradeAction,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue