Skip to content

Commit

Permalink
JournalViewer defaults to invisible
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicOram committed Feb 22, 2018
1 parent f526eb1 commit 8b0cd78
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,9 @@ public String name() {
public Image image() {
return ResourceManager.getPluginImage("uk.ac.stfc.isis.ibex.ui.journalviewer", "icons/journal_viewer_32x24.png");
}

@Override
public boolean isVisibleDefault() {
return false;
}
}

0 comments on commit 8b0cd78

Please sign in to comment.