Fix RCM for MacOS

This commit is contained in:
Dmitry Isaenko 2020-02-10 14:34:07 +03:00
parent aff6044cdb
commit 6b6bf8320f
3 changed files with 3 additions and 19 deletions

View file

@ -94,7 +94,7 @@ public class RcmController implements Initializable {
payloadFPathLbl5.setText(recentRcm5);
}
injectPldBtn.setDisable(false); // TODO: write logic ?? Like in case PAYLOADER exist, button active. If not: not active?
// TODO: write logic ?? Like in case PAYLOADER exist, button active. If not: not active?
injectPldBtn.setOnAction(actionEvent -> smash());
}