Skip to content

Commit

Permalink
Merge pull request SKCraft#155 from Team-IO/reload-news
Browse files Browse the repository at this point in the history
Reload news page when pressing "Check for Updates"
  • Loading branch information
sk89q authored Jul 31, 2016
2 parents 62cd042 + bd53284 commit 34f7035
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ public void tableChanged(TableModelEvent e) {
public void actionPerformed(ActionEvent e) {
loadInstances();
launcher.getUpdateManager().checkForUpdate();
webView.browse(launcher.getNewsURL(), false);
}
});

Expand Down

0 comments on commit 34f7035

Please sign in to comment.