add optional bbqr selection for qr display on krux wallets

This commit is contained in:
Craig Raw 2024-05-29 09:26:00 +02:00
parent 571db32574
commit 9808164a29

View file

@ -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;