Skip to content

Commit

Permalink
Update src/main/java/org/jabref/gui/importer/GrobidUseDialogHelper.java
Browse files Browse the repository at this point in the history
Co-authored-by: Loay Ghreeb <[email protected]>
  • Loading branch information
arshchawla21 and LoayGhreeb authored Oct 27, 2024
1 parent 420f940 commit 76173e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public static boolean showAndWaitIfUserIsUndecided(DialogService dialogService,
}
if (preferences.isGrobidEnabled()) {
preferences.setGrobidUseAsked(true);
return preferences.isGrobidEnabled();
return true;
}
boolean grobidEnabled = dialogService.showConfirmationDialogAndWait(
Localization.lang("Remote services"),
Expand Down

0 comments on commit 76173e5

Please sign in to comment.