Device Preferences - various issues

From my experience with a driver I use, some developers love to abuse the paragraph feature and make up for unintuitive design with lengthy descriptions of how it works. With that said, I still think it’s worth having because it’s a tool, and it’s not the tool’s fault that some people like to narrate their own drivers preferences UI.

1 Like

Or because users just don't bother reading anything until they're opened up the preference settings window.

1 Like

Yeah, I’ve noticed some developers seems to put the entire licence into the preference paragraph lol!

I’m just want to break things into neat sections, with brief headings, in addition to the preference titles themselves.

is there a way to use this to remove deprecated settings from an app?

thanks.

For input elements use app.removeSetting("name")

1 Like