mirror of
https://github.com/developersu/ns-usbloader.git
synced 2025-05-14 07:04:50 -04:00
Fix RCM for MacOS
This commit is contained in:
parent
aff6044cdb
commit
6b6bf8320f
3 changed files with 3 additions and 19 deletions
|
@ -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());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue