Skip to content

Commit

Permalink
Disable rank column by default (#4708)
Browse files Browse the repository at this point in the history
Closes #4585.
  • Loading branch information
tobiasdiez authored and Siedlerchr committed Mar 1, 2019
1 parent b041d98 commit bf4a55c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ private JabRefPreferences() {
defaults.put(SPECIALFIELDSENABLED, Boolean.TRUE);
defaults.put(SHOWCOLUMN_PRIORITY, Boolean.FALSE);
defaults.put(SHOWCOLUMN_QUALITY, Boolean.FALSE);
defaults.put(SHOWCOLUMN_RANKING, Boolean.TRUE);
defaults.put(SHOWCOLUMN_RANKING, Boolean.FALSE);
defaults.put(SHOWCOLUMN_RELEVANCE, Boolean.FALSE);
defaults.put(SHOWCOLUMN_PRINTED, Boolean.FALSE);
defaults.put(SHOWCOLUMN_READ, Boolean.FALSE);
Expand Down

0 comments on commit bf4a55c

Please sign in to comment.