I try in my skins to use always folder thumbs, so check-mark 'Process folder thumbs' should always be displayed as checked.
In init.groovy I added:
engine.setProcessFolderThumbs(true);
and in hints.jap I added:
processFolderThumbs=true
But if I open a project, I still see an un-checked check-mark 'Process folder thumbs' .
What do I wrongly or what should I add?
How can I remove or disable check-mark 'Process folder thumbs' if the problem is solved?