status-desktop/ui/app/AppLayouts/Profile
Eric Mastro daabef3a3c fix: do not show watch-only accounts as “from address”
Fixes: #2257.

If a user had selected a watch-only address in the wallet, the backend `walletModel.currentAccount` property would also change. When loading a transaction modal, this property was used to set the `selectedAccount` value for the “from” `AccountSelector`, regardless if the account was a watch-only address.

This PR updates the logic for `selectedAccount` such that it will only allow the account to be selected if it is not a watch-only account.
2021-04-29 12:36:39 -04:00
..
LeftTab re-disable experimental features 2021-04-23 07:44:55 -04:00
Sections fix: do not show watch-only accounts as “from address” 2021-04-29 12:36:39 -04:00
LeftTab.qml fix(ui): remove clip padding in profile section menu 2021-04-14 17:00:37 +02:00
ProfileLayout.qml chore: remove unnecessary splitview props 2021-04-15 10:12:50 +02:00
qmldir feat: layouts for the Profile screens 2020-05-19 20:02:21 -04:00