Skip to content

Commit

Permalink
added check for updates menu item
Browse files Browse the repository at this point in the history
  • Loading branch information
AlmasB committed Nov 13, 2021
1 parent 5dc9381 commit 3b5bc48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 74,7 @@ class MainUI : BorderPane() {
contextMenuAdd.addItem("Node (CTRL Left Click)") { currentTab?.pane?.openAddNodeDialog() }

val contextMenuHelp = FXGLContextMenu()
//contextMenuHelp.addItem("Updates") { }
contextMenuHelp.addItem("Check for Updates...") { FXGL.getFXApp().hostServices.showDocument("https://fxgl.itch.io/fxgl-dialogue-editor") }
contextMenuHelp.addItem("About") { openAboutDialog() }

val pane = Pane(tabPane, toolbar)
Expand Down

0 comments on commit 3b5bc48

Please sign in to comment.