feat(Wallet): Display the "Buy" button everywhere
- display the "Buy" button in every context in the wallet footer except when viewing a collectible's details Fixes #15813
This commit is contained in:
parent
833848188c
commit
96824dbb91
|
@ -69,7 +69,7 @@ Rectangle {
|
|||
&& !root.walletStore.showAllAccounts
|
||||
&& !d.hideCollectibleTransferActions
|
||||
|
||||
readonly property bool buyActionAvailable: !root.isCommunityOwnershipTransfer && !root.walletStore.showAllAccounts
|
||||
readonly property bool buyActionAvailable: !isCollectibleViewed
|
||||
|
||||
readonly property bool swapActionAvailable: Global.featureFlags.swapEnabled && !walletStore.overview.isWatchOnlyAccount && walletStore.overview.canSend && !d.hideCollectibleTransferActions
|
||||
|
||||
|
|
Loading…
Reference in New Issue