//MetaPhrase/com.github.diegoberaldin.metaphrase.feature.main.dialog.settings.presentation/SettingsComponent/Intent/SetSpellcheckEnabled
SetSpellcheckEnabled
data class SetSpellcheckEnabled(val value: Boolean) : SettingsComponent.Intent
Enabled/disabled the spelling check.
Parameters
jvm
value | true to enable, false otherwise |
Constructors
SetSpellcheckEnabled | [jvm] constructor(value: Boolean) |
Properties
Name | Summary |
---|---|
value | [jvm] val value: Boolean |