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