1
0
mirror of https://github.com/SKCraft/Launcher.git synced 2024-11-24 12:16:28 +01:00

Merge pull request #155 from Team-IO/reload-news

Reload news page when pressing "Check for Updates"
This commit is contained in:
Albert Pham 2016-07-31 16:24:00 -07:00 committed by GitHub
commit 34f7035bb0

View File

@ -133,6 +133,7 @@ public class LauncherFrame extends JFrame {
public void actionPerformed(ActionEvent e) { public void actionPerformed(ActionEvent e) {
loadInstances(); loadInstances();
launcher.getUpdateManager().checkForUpdate(); launcher.getUpdateManager().checkForUpdate();
webView.browse(launcher.getNewsURL(), false);
} }
}); });