make coin selection really not active by default

This commit is contained in:
moneymanolis 2023-01-20 19:40:03 +01:00
parent 2686e64e20
commit bac1744059

View file

@ -112,7 +112,7 @@
}
isCoinSelectionActive() {
return this.coinselectionDiv.style.display !== 'none';
return !this.coinselectionDiv.classList.contains('hidden');
}
getSpendableAmount(unit) {