mirror of
https://github.com/developersu/ns-usbloader.git
synced 2025-05-13 14:44:48 -04:00
v0.7 Add GLv0.7 support
This commit is contained in:
parent
a8b8bfa849
commit
56a53ef49b
6 changed files with 202 additions and 103 deletions
|
@ -92,6 +92,16 @@ public class NSLMainController implements Initializable {
|
|||
updates.start();
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Get resources
|
||||
* TODO: Find better solution; used in UsbCommunications() -> GL -> SelectFile command
|
||||
* @return ResourceBundle
|
||||
*/
|
||||
public ResourceBundle getResourceBundle() {
|
||||
return resourceBundle;
|
||||
}
|
||||
|
||||
/**
|
||||
* Provide hostServices to Settings tab
|
||||
* */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue