mirror of
https://github.com/developersu/ns-usbloader.git
synced 2025-05-14 07:04:50 -04:00
Frontend complete
This commit is contained in:
parent
863c69affa
commit
65f084591a
5 changed files with 130 additions and 107 deletions
|
@ -225,7 +225,7 @@ public class NSTableViewController implements Initializable {
|
|||
for (NSLRowModel model: rowsObsLst){
|
||||
if (model.isMarkForUpload()){
|
||||
files.add(model.getNspFile());
|
||||
model.setStatus(EFileStatus.UNKNOWN);
|
||||
model.setStatus(EFileStatus.INDETERMINATE);
|
||||
}
|
||||
}
|
||||
if (!files.isEmpty()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue