Skip to content

Commit

Permalink
Save "Show AI summary tab" in entry editor preferences (JabRef#11669)
Browse files Browse the repository at this point in the history
  • Loading branch information
InAnYan authored Aug 24, 2024
1 parent de1b0a1 commit ba4bd2d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ public void storeSettings() {
// entryEditorPreferences.setEntryEditorTabList();
entryEditorPreferences.setShouldOpenOnNewEntry(openOnNewEntryProperty.getValue());
entryEditorPreferences.setShouldShowRecommendationsTab(enableRelatedArticlesTabProperty.getValue());
entryEditorPreferences.setShouldShowAiSummaryTab(enableAiSummaryTabProperty.getValue());
entryEditorPreferences.setShouldShowAiChatTab(enableAiChatTabProperty.getValue());
mrDlibPreferences.setAcceptRecommendations(acceptRecommendationsProperty.getValue());
entryEditorPreferences.setShouldShowLatexCitationsTab(enableLatexCitationsTabProperty.getValue());
Expand Down

0 comments on commit ba4bd2d

Please sign in to comment.