mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 15:00:30 +01:00
List Blur (BLUR)
This commit is contained in:
parent
70e086d414
commit
62c7a8fd11
1 changed files with 5 additions and 1 deletions
|
@ -151,6 +151,11 @@ public class AltCoinAccountsView extends ActivatableViewAndModel<GridPane, AltCo
|
|||
.useIUnderstandButton()
|
||||
.show();
|
||||
break;
|
||||
case "BLUR":
|
||||
new Popup<>().information(Res.get("account.altcoin.popup.blur.msg"))
|
||||
.useIUnderstandButton()
|
||||
.show();
|
||||
break;
|
||||
case "CCX":
|
||||
new Popup<>().information(Res.get("account.altcoin.popup.ccx.msg"))
|
||||
.useIUnderstandButton()
|
||||
|
@ -334,4 +339,3 @@ public class AltCoinAccountsView extends ActivatableViewAndModel<GridPane, AltCo
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue