Skip to content

Commit

Permalink
Add some special fields as default columns (#7286)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez authored Jan 11, 2021
1 parent 54f27e9 commit 7f26a3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/jabref/preferences/JabRefPreferences.java
Original file line number Diff line number Diff line change
Expand Up @@ -502,8 +502,8 @@ private JabRefPreferences() {
defaults.put(SIDE_PANE_COMPONENT_NAMES, "");
defaults.put(SIDE_PANE_COMPONENT_PREFERRED_POSITIONS, "");

defaults.put(COLUMN_NAMES, "groups;files;linked_id;field:entrytype;field:author/editor;field:title;field:year;field:journal/booktitle;field:citationkey");
defaults.put(COLUMN_WIDTHS, "28;28;28;75;300;470;60;130;100");
defaults.put(COLUMN_NAMES, "groups;files;linked_id;field:entrytype;field:author/editor;field:title;field:year;field:journal/booktitle;special:ranking;special:readstatus;special:priority");
defaults.put(COLUMN_WIDTHS, "28;28;28;75;300;470;60;130;50;50;50");

defaults.put(XMP_PRIVACY_FILTERS, "pdf;timestamp;keywords;owner;note;review");
defaults.put(USE_XMP_PRIVACY_FILTER, Boolean.FALSE);
Expand Down

0 comments on commit 7f26a3a

Please sign in to comment.