Skip to content

Commit

Permalink
Fix icon issue (#6858)
Browse files Browse the repository at this point in the history
Fixes #6834
  • Loading branch information
fabiojavamarcos authored Sep 3, 2020
1 parent 0e5c463 commit 1283f9f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Empty file added .Rhistory
Empty file.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Note that this project **does not** adhere to [Semantic Versioning](http://semve

### Fixed

- We fixed an issue changing the icon link_variation_off that is not meaningful. [#6834][https://github.com/JabRef/jabref/issues/6834]
- We fixed an issue where the `.sav` file was not deleted upon exiting JabRef. [#6109](https://github.com/JabRef/jabref/issues/6109)
- We fixed a linked identifier icon inconsistency. [#6705](https://github.com/JabRef/jabref/issues/6705)
- We fixed the wrong behavior that font size changes are not reflected in dialogs. [#6039](https://github.com/JabRef/jabref/issues/6039)
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/jabref/gui/icon/IconTheme.java
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ public enum JabRefIcons implements JabRefIcon {
NEW_ENTRY_FROM_PLAIN_TEXT(MaterialDesignIcon.PLUS_BOX),
REMOTE_DATABASE(MaterialDesignIcon.DATABASE),
HOME(MaterialDesignIcon.HOME),
LINK(MaterialDesignIcon.LINK_VARIANT_OFF),
LINK(MaterialDesignIcon.LINK),
LINK_VARIANT(MaterialDesignIcon.LINK_VARIANT);

private final JabRefIcon icon;
Expand Down

0 comments on commit 1283f9f

Please sign in to comment.