mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-23 05:55:33 -04:00
Add error display for lost connections
This commit is contained in:
parent
24d29eaa83
commit
0344235a23
9 changed files with 434 additions and 323 deletions
|
@ -105,9 +105,9 @@ public class UpdateProcess {
|
|||
}
|
||||
};
|
||||
|
||||
updater.progressProperty().addListener((observableValue, oldValue, newValue) -> {
|
||||
/* updater.progressProperty().addListener((observableValue, oldValue, newValue) -> {
|
||||
log.trace("progressProperty newValue = " + newValue);
|
||||
});
|
||||
});*/
|
||||
|
||||
log.info("Checking for updates!");
|
||||
updater.setOnSucceeded(event -> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue