mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-20 21:04:28 -04:00
deactivate auto fill with mock
This commit is contained in:
parent
6a138c231a
commit
d5a5db1d42
8 changed files with 28 additions and 96 deletions
|
@ -38,6 +38,8 @@ public class BitSquare extends Application
|
|||
{
|
||||
private static final Logger log = LoggerFactory.getLogger(BitSquare.class);
|
||||
|
||||
public static boolean fillFormsWithDummyData = false;
|
||||
|
||||
private static String APP_NAME = "bitsquare";
|
||||
private static Stage primaryStage;
|
||||
private WalletFacade walletFacade;
|
||||
|
@ -74,11 +76,8 @@ public class BitSquare extends Application
|
|||
|
||||
Thread.currentThread().setUncaughtExceptionHandler((thread, throwable) -> Popups.handleUncaughtExceptions(Throwables.getRootCause(throwable)));
|
||||
|
||||
// use a local data dir as default storage dir (can be overwritten in the settings)
|
||||
// TODO save root preferences always in app dir top get preferred storage location
|
||||
StorageDirectory.setStorageDirectory(new File(StorageDirectory.getApplicationDirectory().getCanonicalPath() + "/data"));
|
||||
|
||||
|
||||
// currently there is not SystemTray support for java fx (planned for version 3) so we use the old AWT
|
||||
AWTSystemTray.createSystemTray(primaryStage);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue