Ask the user if they want to continue launching, if update/install fails

This commit is contained in:
comp500
2020-12-15 20:24:49 +00:00
parent 81a60cc759
commit 2c02703101
5 changed files with 37 additions and 12 deletions

View File

@@ -60,7 +60,7 @@ class Main(args: Array<String>) {
val title = cmd.getOptionValue("title")
if (title != null) {
ui.setTitle(title)
ui.title = title
}
ui.show()