Merge pull request #278 from yaroslav4167/patch-25

[FIX] Правка откидываний в опц. модах
This commit is contained in:
Zaxar163 2019-05-31 10:04:12 +03:00 committed by GitHub
commit 3b947e1987
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -131,6 +131,7 @@ var options = {
} }
options.update(); options.update();
}); });
testMod.setFocusTraversable(false);
checkBoxList.add(testMod); checkBoxList.add(testMod);
testMod.getStyleClass().add("modname"); testMod.getStyleClass().add("modname");
if(modDescription != "") { if(modDescription != "") {