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:
commit
34f7035bb0
@ -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);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user