Switch of screenshots in deployment file
We need the ability to switch off screenshots at the creation of the deployment file if the user is not allowed to change settings.
 VisCircle
    
 shared this idea
VisCircle
    
 shared this idea
      
    Setting will be in server version 3.5.x
- 
       VisCircle
    
 commented VisCircle
    
 commentedthank you very much that helps. :) 
- 
      You can control any setting you like, but this is not part of the UI in Server, Administration, Setup. 
 If you make default ManicTimeSettings.xml file on the server (just press Create file without making any changes), you will notice this node in .xml
 <userSettings ...On your desktop ManicTime go to Tools, Advanced, Open db folder. Open file ManicTime.xml. 
 You can copy any setting you like from this file to node UserSettings in the deployment .xml.I think what you want is this .... 
 <userSettings allowEdit="False" allowOffTheRecord="False">
 <EnableScreenshots>false</EnableScreenshots>
 </userSettings>
 ....We will add a setting to disable Screenshots to the UI as well. 
