mirror of
https://github.com/SKCraft/Launcher.git
synced 2024-11-23 12:05:44 +01:00
Merge pull request #155 from Team-IO/reload-news
Reload news page when pressing "Check for Updates"
This commit is contained in:
commit
34f7035bb0
@ -133,6 +133,7 @@ public class LauncherFrame extends JFrame {
|
||||
public void actionPerformed(ActionEvent e) {
|
||||
loadInstances();
|
||||
launcher.getUpdateManager().checkForUpdate();
|
||||
webView.browse(launcher.getNewsURL(), false);
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user