mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 09:47:37 +00:00
disable eth send all button
This commit is contained in:
parent
fbe4767e5c
commit
a85c79b367
1 changed files with 5 additions and 4 deletions
|
@ -994,6 +994,7 @@ class _DesktopSendState extends ConsumerState<DesktopSend> {
|
||||||
),
|
),
|
||||||
textAlign: TextAlign.left,
|
textAlign: TextAlign.left,
|
||||||
),
|
),
|
||||||
|
if (coin != Coin.ethereum)
|
||||||
CustomTextButton(
|
CustomTextButton(
|
||||||
text: "Send all ${coin.ticker}",
|
text: "Send all ${coin.ticker}",
|
||||||
onTap: sendAllTapped,
|
onTap: sendAllTapped,
|
||||||
|
|
Loading…
Reference in a new issue