Project property for Ignition Quality overlay system

In a project, we don’t want to use the standard Ignition Quality overlay system.

In each new component we need to check “Overlay Opt-Out” for all binded property.
It would be convenient to have a project property to be able to set this default behavior, so that “Overlay Opt-Out” is by default checked or not when we create a new component !

Throw this on a client startup script and you’ll get what you need.

system.tag.setOverlaysEnabled(0)

2 Likes