Commit 4a1444a6 authored by CattenLinger's avatar CattenLinger :sparkles:
Browse files

Commit

parent 8fbe1bcd
No related merge requests found
Showing with 2 additions and 1 deletion
+2 -1
......@@ -3,7 +3,7 @@ package com.shinonometn.music.bundle.creator.view
import javafx.scene.Parent
import tornadofx.*
class MainFrame: View() {
class MainFrame: View(title = "Cue Bundle Creator") {
override val root = borderpane {
minWidth = 640.0
minHeight = 480.8
......
......@@ -58,6 +58,7 @@ class WorkspaceViewController : Controller(){
throw Exception("Directory ${directory.absolutePath} is not exists or is not a directory")
logger.debug("Open folder ${directory.name} as workspace folder")
bundleTitle = directory.name
createDate = LocalDateTime.now()
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment