fix: #742
This commit is contained in:
@@ -282,7 +282,12 @@ public class RootPage extends DecoratorTabPage {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// ==== Accounts ====
|
// ==== Accounts ====
|
||||||
|
|
||||||
|
private boolean checkedAccont = false;
|
||||||
|
|
||||||
public void checkAccount() {
|
public void checkAccount() {
|
||||||
|
if (checkedAccont) return;
|
||||||
|
checkedAccont = true;
|
||||||
if (Accounts.getAccounts().isEmpty())
|
if (Accounts.getAccounts().isEmpty())
|
||||||
Platform.runLater(this::addNewAccount);
|
Platform.runLater(this::addNewAccount);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user