mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-20 21:04:28 -04:00
Update to new trade process UI
This commit is contained in:
parent
a650aef811
commit
f80758ca34
81 changed files with 2785 additions and 1418 deletions
|
@ -128,6 +128,9 @@ public class BitSquare extends Application {
|
|||
primaryStage.setMinWidth(750);
|
||||
primaryStage.setMinHeight(500);
|
||||
|
||||
Profiler.initScene(primaryStage.getScene());
|
||||
|
||||
|
||||
primaryStage.show();
|
||||
} catch (IOException e) {
|
||||
log.error(e.getMessage());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue