status-desktop/ui/app/AppLayouts/Chat/ChatColumn/ChatComponents
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
..
ChatCommandButton.qml feat: add chat command bubbles for received txs 2020-09-09 15:03:45 -04:00
ChatCommandModal.qml fix: do not show watch-only accounts as “from address” 2021-04-29 12:36:39 -04:00
ChatInputButton.qml fix: fix layout of input buttons when some are hidden 2020-08-19 15:25:13 -04:00
SignTransactionModal.qml chore: run translation scripts 2021-02-18 15:23:58 -05:00