cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Add <Visible> tag to Preference

Add <Visible> tag to Preference

Sometimes you want a (user) preference that doesnt appear in the Preferences UI.

 

Example: reset the Modelmanager BOM module by default.

    <Preference>

      <Key>BOM_MANAGER</Key>

      <DefaultValue>false</DefaultValue>

      <Reset>true</Reset>

    </Preference>

This wil also lead to a button in the preference UI, which is not wanted.

 

Proposal: add a <Visible> tag to the Preference section (which defaults to true)

1 Comment
PTCModerator
Emeritus
Status changed to: Archived