WIP desktop client for Chatto reimplemented in ScalaFX and Sapphire Framework
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
244 B

4 years ago
  1. package wow.doge.chatto
  2. import com.sfxcode.sapphire.core.ConfigValues
  3. import com.sfxcode.sapphire.core.application.FXApp
  4. object Application extends FXApp with ConfigValues {
  5. override def title: String = configStringValue("project.name")
  6. }