mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-29 01:38:39 -04:00
make select backup location button green
This commit is contained in:
parent
4f9e39410d
commit
145f0c9cf6
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ public class BackupView extends ActivatableView<GridPane, Void> {
|
|||
Tuple2<Button, Button> tuple2 = add2ButtonsAfterGroup(root, ++gridRow,
|
||||
Res.get("account.backup.selectLocation"), Res.get("account.backup.backupNow"));
|
||||
selectBackupDir = tuple2.first;
|
||||
selectBackupDir.setId("buy-button-big");
|
||||
backupNow = tuple2.second;
|
||||
updateButtons();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue