Skip to content

GeneralSettings#

Default generalSettings.xml#

generalSettings.xml
<?xml version="1.0" encoding="utf-8"?>
  <generalSettings version="1.4.0">
    <reportSentry>false</reportSentry>
    <askForSentry>true</askForSentry>
    <exitToTray>false</exitToTray>
    <startHidden>false</startHidden>
    <autoStart>false</autoStart>
    <userWantsBackgroundOptimization>false</userWantsBackgroundOptimization>
    <userInformedOfVendorRestrictions>false</userInformedOfVendorRestrictions>
    <logPjToFile>false</logPjToFile>
    <focusWindowOnIncomingCall>false</focusWindowOnIncomingCall>
  </generalSettings>

Commented File-structure#

generalSettings.xml
<?xml version="1.0" encoding="utf-8"?>
  <generalSettings version="1.4.0">
    <!-- App automatically transmits anonymised 
         error reports to the manufacturer
         type: boolean -->
    <reportSentry>true</reportSentry>
    <askForSentry>true</askForSentry>
    <!-- App minimises to notification area when closing 
         (only for Desktop)
         type: boolean -->
    <exitToTray>true</exitToTray>
    <!-- App starts minimised (only for Desktop)
         type: boolean -->
    <startHidden>true</startHidden>
    <!-- App starts after login (only for Desktop)
         type: boolean -->
    <autoStart>true</autoStart>
    <userWantsBackgroundOptimization>false</userWantsBackgroundOptimization>
    <userInformedOfVendorRestrictions>false</userInformedOfVendorRestrictions>
    <!-- Enables PjToFile logging for service purposes
         type: boolean -->
    <logPjToFile>true</logPjToFile>
    <!-- Brings app to the foreground when a call is received 
         (only for Desktop)
         type: boolean -->
    <focusWindowOnIncomingCall>true</focusWindowOnIncomingCall>
  </generalSettings>