Skip to content

Commit

Permalink
Improvements and bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
luca-software-developer committed Jun 13, 2024
1 parent 1cf7c23 commit 2e006ba
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ private void initControls() {
}
cbModello.getItems().setAll(Model.TF.toString(), Model.TFIDF.toString());
cbModello.setValue(preferences.get("modello", Model.TF.toString()));
changed.set(false);
}

/**
Expand Down

0 comments on commit 2e006ba

Please sign in to comment.