Re: How to save a user's (plugin-related) preferences?

by shmuelzon » Sat Jul 20, 2024 6:45 am

Thanks, I believe you're referring to getProperty()/getNumericProperty()/setProperty()?

They seem to do the job, assuming I save the project file but setting a property doesn't seem to mark the project as modified so the user will be alerted that they need to save it. Is the plugin expected to call setModified() when a property's value changes?