Skip to content

GeneralSettings#

Default generalSettings.xml#

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

Commented File-structure#

generalSettings.xml
<?xml version="1.0" encoding="utf-8"?>
<config version="1.2.0">
  <generalSettings>
    <!-- App automatically transmits anonymised error reports to the manufacturer
         type: boolean -->
    <reportSentry>false</reportSentry>
    <askForSentry>true</askForSentry>
    <!-- Minimise to notification area when closing (only for Desktop)
         type: boolean -->
    <exitToTray>false</exitToTray>
    <!-- Start minimised (only for Desktop)
         type: boolean -->
    <startHidden>false</startHidden>
    <!-- Start app after login (only for Desktop)
         type: boolean -->
    <autoStart>false</autoStart>
    <userWantsBackgroundOptimization>false</userWantsBackgroundOptimization>
    <userInformedOfVendorRestrictions>false</userInformedOfVendorRestrictions>
  </generalSettings>