data class Preferences
The preferences of the application. The defaultFile is the file the application will open on start.
Preferences(defaultFile: String = "")
The preferences of the application. The defaultFile is the file the application will open on start. |
var defaultFile: String
the file the application will open at start. |