mirror of
https://github.com/sparrowwallet/drongo.git
synced 2024-11-02 10:16:44 +00:00
add optional bbqr selection for qr display on krux wallets
This commit is contained in:
parent
571db32574
commit
9808164a29
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ public enum WalletModel {
|
|||
}
|
||||
|
||||
public boolean showBbqr() {
|
||||
if(this == COLDCARD || this == SPARROW) {
|
||||
if(this == COLDCARD || this == SPARROW || this == KRUX) {
|
||||
return true;
|
||||
} else {
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue