disable eth send all button

This commit is contained in:
julian 2023-04-12 08:44:08 -06:00
parent fbe4767e5c
commit a85c79b367

View file

@ -994,6 +994,7 @@ class _DesktopSendState extends ConsumerState<DesktopSend> {
),
textAlign: TextAlign.left,
),
if (coin != Coin.ethereum)
CustomTextButton(
text: "Send all ${coin.ticker}",
onTap: sendAllTapped,