mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +03:00
[FIX] Вернул на место options.update
This commit is contained in:
parent
377a4c921f
commit
bee6429bed
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue