feat: shuffle the UI

This commit is contained in:
Vlad Stan
2022-08-03 13:50:07 +03:00
parent 1bd74aba4d
commit 31729e41cf
3 changed files with 118 additions and 43 deletions
@@ -108,7 +108,7 @@ async function utxoList(path) {
this.utxos.forEach(u => (u.selected = true))
return
}
this.utxos.forEach(u => (u.selected = false))
const isManual = mode === 'Manual'
if (isManual || !this.payedAmount) return