New Features #1

Open
marvinelsen wants to merge 76 commits from develop into main
Showing only changes of commit 1ab6ef453a - Show all commits

View File

@ -29,7 +29,7 @@ class WillowApplication : Application() {
private const val FONT_SIZE = 12.0 private const val FONT_SIZE = 12.0
private const val JDBC_CONNECTION_STRING = "jdbc:sqlite:dictionary.db" private const val JDBC_CONNECTION_STRING = "jdbc:sqlite::resource:data/dictionary.db"
} }
override fun init() { override fun init() {