mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 11:39:11 +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);
|
profile.unmarkOptional(modFile);
|
||||||
LogHelper.debug("Unselected mod %s", modFile.name);
|
LogHelper.debug("Unselected mod %s", modFile.name);
|
||||||
}
|
}
|
||||||
//options.update();
|
options.update();
|
||||||
});
|
});
|
||||||
checkBoxList.add(testMod);
|
checkBoxList.add(testMod);
|
||||||
testMod.getStyleClass().add("modname");
|
testMod.getStyleClass().add("modname");
|
||||||
|
|
Loading…
Reference in a new issue