mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-10 20:54:33 +00:00
Monkey option only shows for banano wallets
This commit is contained in:
parent
bce8ae6b4e
commit
8b8ce89ced
1 changed files with 17 additions and 16 deletions
|
@ -927,6 +927,7 @@ class _WalletViewState extends ConsumerState<WalletView> {
|
|||
);
|
||||
},
|
||||
),
|
||||
if (coin == Coin.banano)
|
||||
WalletNavigationBarItemData(
|
||||
icon: SvgPicture.asset(
|
||||
Assets.svg.monkey,
|
||||
|
|
Loading…
Reference in a new issue