enable
ui.thumbnails enable boolean { t | nil }
Description
Generates thumbnails. The default is t.
If enable is set to nil, thumbnails does not get displayed or generated. This variable also overrides the display and generate variable settings
GUI Equivalent
Example
envGetVal("ui.thumbnails" "enable")
envSetVal("ui.thumbnails" "enable" 'boolean nil)
Related Topics
Return to top