KSnip / com.github.nwillc.ksnip.model / Preferences

Preferences

data class Preferences

The preferences of the application. The defaultFile is the file the application will open on start.

Constructors

<init>

Preferences(defaultFile: String = "")

The preferences of the application. The defaultFile is the file the application will open on start.

Properties

defaultFile

var defaultFile: String

the file the application will open at start.