fun isModified(settings: StringSettings): Boolean
Overrides SettingsComponent.isModified
Returns true if this component contains unsaved changes.
Implement this method if the user should be able to reset their changes even if saving would not actually change the settings object.
settings
- the settings as they were loaded into the component
Return
true if this component contains unsaved changes