was not returning correct value
This commit is contained in:
parent
19bdabea9e
commit
58ea62e82d
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -105,5 +105,5 @@ public class ParseSettings {
|
||||||
return settings.get(setting);
|
return settings.get(setting);
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean isSettingsComplete() { return settingsComplete; }
|
public boolean isSettingsComplete() { return settingsComplete && valuesComplete; }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue