Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into fix-double-paste
Browse files Browse the repository at this point in the history
* upstream/master:
  fix: database mode is always saved as Biblatex (JabRef#5211)
  • Loading branch information
Siedlerchr committed Aug 24, 2019
2 parents 0f4d113 + 470aa95 commit b446340
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public void setValues() {
if (preferences.getBoolean(JabRefPreferences.BIBLATEX_DEFAULT_MODE)) {
selectedBiblatexModeProperty.setValue(BibDatabaseMode.BIBLATEX);
} else {
selectedBiblatexModeProperty.setValue(BibDatabaseMode.BIBLATEX);
selectedBiblatexModeProperty.setValue(BibDatabaseMode.BIBTEX);
}

inspectionWarningDuplicateProperty.setValue(preferences.getBoolean(JabRefPreferences.WARN_ABOUT_DUPLICATES_IN_INSPECTION));
Expand Down

0 comments on commit b446340

Please sign in to comment.