mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-02 12:26:45 +00:00
followup
This commit is contained in:
parent
55e7689f7c
commit
c34a423f95
1 changed files with 1 additions and 1 deletions
|
@ -868,13 +868,13 @@ public class AppServices {
|
|||
return new Task<>() {
|
||||
@Override
|
||||
protected Void call() {
|
||||
Platform.runLater(() -> openFileUriArguments(window));
|
||||
return null;
|
||||
}
|
||||
};
|
||||
}
|
||||
};
|
||||
service.setExecutor(Storage.LoadWalletService.getSingleThreadedExecutor());
|
||||
service.setOnSucceeded(event -> openFileUriArguments(window));
|
||||
service.start();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue