Skip to content

Commit

Permalink
Disable yellow-ing in UI
Browse files Browse the repository at this point in the history
  • Loading branch information
kiooeht committed Aug 24, 2018
1 parent 514dd74 commit 0dacc89
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ public void recalcModWarnings(JModPanelCheckBoxList parent) {
tooltip.append("]");
info.statusMsg = tooltip.toString();
} else if (Loader.STS_VERSION != null && info.STS_Version != null && !Loader.STS_VERSION.equals(info.STS_Version)) {
checkBox.setBackground(lightYellow);
infoPanel.setBackground(lightYellow);
//checkBox.setBackground(lightYellow);
//infoPanel.setBackground(lightYellow);
info.statusMsg = "This mod explicitly supports StS " + info.STS_Version + ".\n" +
"You are running StS " + Loader.STS_VERSION + ".\n" +
"You may encounter problems running it.";
Expand Down

0 comments on commit 0dacc89

Please sign in to comment.