Hiding puck detection errors from users.
This commit is contained in:
@@ -405,6 +405,7 @@ public class MainPanel extends Panel {
|
||||
panelDetection.setVisible(expert);
|
||||
buttonDetectCover.setVisible(expert);
|
||||
buttonConfig.setVisible(expert);
|
||||
Puck.setDisplayDetectionError(expert);
|
||||
|
||||
if (checkExpert.isSelected() != expert) {
|
||||
checkExpert.setSelected(expert);
|
||||
|
||||
Reference in New Issue
Block a user