Skip to content

Commit bdac3a0

Browse files
committed
small ux correction when model loading fails
1 parent 43d4467 commit bdac3a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/ai/nets/samj/gui/MainGUI.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ protected void loadModel() {
244244
cmbModels.getSelectedModel().setReturnOnlyBiggest(retunLargest.isSelected());
245245
setTwoThirdsEnabled(true);
246246
} catch (IOException | RuntimeException | InterruptedException ex) {
247+
go.setEnabled(true);
247248
ex.printStackTrace();
248249
}
249250
this.go.showAnimation(false);

0 commit comments

Comments
 (0)