mirror of
https://github.com/cryptoadvance/specter-desktop.git
synced 2026-08-13 12:33:29 +02:00
make coin selection really not active by default
This commit is contained in:
parent
2686e64e20
commit
bac1744059
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@
|
|||
}
|
||||
|
||||
isCoinSelectionActive() {
|
||||
return this.coinselectionDiv.style.display !== 'none';
|
||||
return !this.coinselectionDiv.classList.contains('hidden');
|
||||
}
|
||||
|
||||
getSpendableAmount(unit) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue