Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use FluentApp.initialize in demo app
Browse files Browse the repository at this point in the history
Eroica committed May 3, 2024
1 parent f9ca32a commit 57d70b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demo/src/main/kotlin/Main.kt
Original file line number Diff line number Diff line change
@@ -25,6 +25,7 @@ import javafx.scene.paint.Color
import javafx.stage.Stage

fun main() {
FluentApp.initialize()
launch(FluentDemo::class.java)
}

0 comments on commit 57d70b2

Please sign in to comment.