mirror of
https://gitlab.com/2009scape/09launcher.git
synced 2025-12-09 16:45:54 -07:00
Change latest update link in button
This commit is contained in:
parent
8715fcb6ae
commit
721fb7bd7a
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ object MainWindow : JFrame("2009scape Launcher") {
|
|||
button.onMouseExit { label.isVisible = false }
|
||||
button.onClick {
|
||||
if (Desktop.isDesktopSupported() && Desktop.getDesktop().isSupported(Desktop.Action.BROWSE)) {
|
||||
Desktop.getDesktop().browse(URI("https://2009scape.org/services/m=news/archives/2021-07-12.html"));
|
||||
Desktop.getDesktop().browse(URI("https://2009scape.org/services/m=news/archives/latest.html"));
|
||||
}
|
||||
}
|
||||
button.placeAt(5,4,35,35)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue