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

package wow.doge.chatto
import com.sfxcode.sapphire.core.ConfigValues
import com.sfxcode.sapphire.core.application.FXApp
object Application extends FXApp with ConfigValues {
override def title: String = configStringValue("project.name")
}