-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Reorder settings in the Entry editor tab in preferences and buttons to hide AI tabs #12919
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Recording.2025-04-11.mp4 |
src/main/java/org/jabref/gui/entryeditor/RelatedArticlesTab.java
Outdated
Show resolved
Hide resolved
What to add in the changelog as one thing was changed and one thing was added? |
One line under Added and one under Changed., the latter e.g. We improved the AI related setttings |
@trag-bot didn't find any issues in the code! ✅✨ |
|
||
@FXML | ||
private void hideAITabs() { | ||
EntryEditorPreferences entryEditorPreferences = preferences.getEntryEditorPreferences(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@calixtus do we need this restart?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Basically this comes in effect when you reopen the editor.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Live updated implemented in #12958
Closes #11707
This PR reorders the settings in the Entry Editor tab and adds buttons in the Privacy Notice and Related Articles tabs in the Entry Editor for hiding AI-related tabs.
Mandatory checks
CHANGELOG.md
described in a way that is understandable for the average user (if change is visible to the user)