desktop 'more' features fix

This commit is contained in:
julian 2023-04-17 14:38:50 -06:00
parent 7bf4c6097a
commit e5c99e6d99

View file

@ -310,7 +310,12 @@ class _DesktopWalletFeaturesState extends ConsumerState<DesktopWalletFeatures> {
);
final showMore = manager.hasPaynymSupport ||
manager.hasCoinControlSupport ||
(manager.hasCoinControlSupport &&
ref.watch(
prefsChangeNotifierProvider.select(
(value) => value.enableCoinControl,
),
)) ||
manager.coin == Coin.firo ||
manager.coin == Coin.firoTestNet ||
manager.hasWhirlpoolSupport;