added a smmID
* added 44fc5929 to smmIDs
This commit is contained in:
parent
d36b869e80
commit
9930a4cb15
1
bin/.gitignore
vendored
Normal file
1
bin/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
/application/
|
Binary file not shown.
@ -232,7 +232,7 @@ public class MainWindowController {
|
|||||||
private File fileLinux = new File(dirLinux + "/config.xml");
|
private File fileLinux = new File(dirLinux + "/config.xml");
|
||||||
File pictureCacheWin = new File(dirWin+"/picture_cache");
|
File pictureCacheWin = new File(dirWin+"/picture_cache");
|
||||||
File pictureCacheLinux = new File(dirLinux+"/picture_cache");
|
File pictureCacheLinux = new File(dirLinux+"/picture_cache");
|
||||||
private ObservableList<String> smmIDs = FXCollections.observableArrayList("fe31b7f2"); //TODO add more IDs
|
private ObservableList<String> smmIDs = FXCollections.observableArrayList("fe31b7f2", "44fc5929"); //TODO add more IDs
|
||||||
private ObservableList<UIROMDataType> games = FXCollections.observableArrayList();
|
private ObservableList<UIROMDataType> games = FXCollections.observableArrayList();
|
||||||
ObservableList<SmmdbApiDataType> courses = FXCollections.observableArrayList();
|
ObservableList<SmmdbApiDataType> courses = FXCollections.observableArrayList();
|
||||||
ArrayList<Text> courseText = new ArrayList<Text>();
|
ArrayList<Text> courseText = new ArrayList<Text>();
|
||||||
|
Loading…
Reference in New Issue
Block a user