Preference | Delayed Toolbar Status Check |
Description | Setting this preference value to "Yes" will delay the toolbar status check operation for performance benefits. |
How to set | In the <installation_directory> /Preferences/SitePreferences.xml file, edit the DelayedToolbarStatusCheck value. |
Applies to | Open Client |
Possible values | Yes or No. Default is Yes. |
API | No |
Exportable | No |
<subsystem name="UserInterface" label="User Interface" description="User Interface Preferences" visible="true"> <category name="ToolbarSettings" label="Toolbar Settings" description="Toolbar Settings" visible="true">
<setting name="DelayedToolbarStatusCheck" label="Delayed Toolbar Operation Status Check" description="Delayed Toolbar Operation Status Check">
<value default="Yes" type="string">Yes</value>
<uiType>DropDownList</uiType>
<options>
<option label="Yes">Yes</option>
<option label="No">No</option>
</options>
<visible>true</visible>
</setting>
</category>
</subsystem>