Fixed GFX - DefineExternalImage2 display and correct handling if standalone

This commit is contained in:
Jindra Petřík
2023-01-01 21:43:04 +01:00
parent 9e572d00a3
commit 3661e0466c
5 changed files with 24 additions and 5 deletions
+2 -2
View File
@@ -1174,15 +1174,15 @@ public class Main {
try {
ret.setVal(open(new FileInputStream(selFile), selFile.getAbsolutePath(), selFile.getName()));
loadedStatus.add("CUSTOM:" + selFile.getAbsolutePath());
break;
return;
} catch (Exception ex) {
//ignore;
}
} else {
loadedStatus.add("NO");
break;
}
}
loadedStatus.add("NO");
}
});
return ret.getVal();