1
0
mirror of https://github.com/SKCraft/Launcher.git synced 2024-11-23 12:05:44 +01:00

Reload news page when pressing "Check for Updates"

This commit is contained in:
Oliver Kahrmann 2016-07-31 22:35:48 +02:00
parent 62cd042d46
commit bd532842b3

View File

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