mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-16 08:37:12 +00:00
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…
x
Reference in New Issue
Block a user