Skip to content

Commit

Permalink
Merge pull request #1 from Beingmani/Issue-#8774
Browse files Browse the repository at this point in the history
Issue JabRef#8774 - Removing Social links
  • Loading branch information
Beingmani authored May 16, 2022
2 parents 46a4edf + a313afe commit 168294c
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/main/java/org/jabref/gui/JabRefFrame.java
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,8 @@ private Node createToolbar() {

rightSpacer,

new Separator(Orientation.VERTICAL),

new HBox(
factory.createIconButton(StandardActions.NEW_ARTICLE, new NewEntryAction(this, StandardEntryType.Article, dialogService, prefs, stateManager)),
factory.createIconButton(StandardActions.NEW_ENTRY, new NewEntryAction(this, dialogService, prefs, stateManager)),
Expand All @@ -528,13 +530,6 @@ private Node createToolbar() {

new Separator(Orientation.VERTICAL),

new HBox(
factory.createIconButton(StandardActions.OPEN_GITHUB, new OpenBrowserAction("https://github.com/JabRef/jabref")),
factory.createIconButton(StandardActions.OPEN_FACEBOOK, new OpenBrowserAction("https://www.facebook.com/JabRef/")),
factory.createIconButton(StandardActions.OPEN_TWITTER, new OpenBrowserAction("https://twitter.com/jabref_org"))),

new Separator(Orientation.VERTICAL),

new HBox(
createTaskIndicator()));

Expand Down

0 comments on commit 168294c

Please sign in to comment.