only:showUpdateCalibrations
This commit is contained in:
parent
3c5b68ad78
commit
de4618d60b
|
@ -94,7 +94,9 @@ public class BasicStartupFrame {
|
|||
|
||||
updateCalibrationsButton.addActionListener(this::onUpdateCalibrationsButtonClicked);
|
||||
updateCalibrationsButton.setEnabled(false);
|
||||
if (ConnectionAndMeta.showUpdateCalibrations()) {
|
||||
panel.add(updateCalibrationsButton);
|
||||
}
|
||||
|
||||
BasicLogoHelper.setGenericFrameIcon(frame.getFrame());
|
||||
frame.showFrame(panel, false);
|
||||
|
|
Loading…
Reference in New Issue