File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
src/main/java/org/jabref/gui/preferences/entryeditor Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -94,6 +94,7 @@ public void storeSettings() {
94
94
// entryEditorPreferences.setEntryEditorTabList();
95
95
entryEditorPreferences .setShouldOpenOnNewEntry (openOnNewEntryProperty .getValue ());
96
96
entryEditorPreferences .setShouldShowRecommendationsTab (enableRelatedArticlesTabProperty .getValue ());
97
+ entryEditorPreferences .setShouldShowAiSummaryTab (enableAiSummaryTabProperty .getValue ());
97
98
entryEditorPreferences .setShouldShowAiChatTab (enableAiChatTabProperty .getValue ());
98
99
mrDlibPreferences .setAcceptRecommendations (acceptRecommendationsProperty .getValue ());
99
100
entryEditorPreferences .setShouldShowLatexCitationsTab (enableLatexCitationsTabProperty .getValue ());
You can’t perform that action at this time.
0 commit comments