[FIX] Вернул на место options.update

This commit is contained in:
Gravit 2019-05-31 05:38:07 +07:00
parent 377a4c921f
commit bee6429bed
No known key found for this signature in database
GPG key ID: 061981E1E85D3216

View file

@ -129,7 +129,7 @@ var options = {
profile.unmarkOptional(modFile);
LogHelper.debug("Unselected mod %s", modFile.name);
}
//options.update();
options.update();
});
checkBoxList.add(testMod);
testMod.getStyleClass().add("modname");