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,10 +994,11 @@ class _DesktopSendState extends ConsumerState<DesktopSend> {
|
|||
),
|
||||
textAlign: TextAlign.left,
|
||||
),
|
||||
CustomTextButton(
|
||||
text: "Send all ${coin.ticker}",
|
||||
onTap: sendAllTapped,
|
||||
),
|
||||
if (coin != Coin.ethereum)
|
||||
CustomTextButton(
|
||||
text: "Send all ${coin.ticker}",
|
||||
onTap: sendAllTapped,
|
||||
),
|
||||
],
|
||||
),
|
||||
const SizedBox(
|
||||
|
|
Loading…
Reference in a new issue