mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-16 08:37:12 +00:00
chore: Revert binding workaround (#15572)
This commit is contained in:
parent
c4d930ef88
commit
00fd183a33
@ -63,10 +63,8 @@ StatusDialog {
|
|||||||
standardButtons: StandardButton.Ok
|
standardButtons: StandardButton.Ok
|
||||||
}
|
}
|
||||||
|
|
||||||
readonly property var selectedAccount: {
|
// In case selected address is incorrect take first account from the list
|
||||||
selectedSenderAccountEntry.value // Item changed is not triggered when the value is changed
|
readonly property var selectedAccount: selectedSenderAccountEntry.item ?? SQUtils.ModelUtils.get(store.accounts, 0)
|
||||||
return selectedSenderAccountEntry.item ?? SQUtils.ModelUtils.get(store.accounts, 0)
|
|
||||||
}
|
|
||||||
|
|
||||||
property var sendTransaction: function() {
|
property var sendTransaction: function() {
|
||||||
d.isPendingTx = true
|
d.isPendingTx = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user