I have some code that checks the value of a setting and I then set it if its empty. This seems to work fine but when I check the plugin settings file its still empty.
Is this because doing settings.set just sets the value in memory?
Is there a way to make it permanent and written to file?