If this is used to play GIF animations on the pad, being able to have it launch on startup is useful. This is disabled by default and there's no UI to enable it yet.
19 lines
918 B
XML
19 lines
918 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<configuration>
|
|
<configSections>
|
|
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
|
|
<section name="smx_config.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
|
</sectionGroup>
|
|
</configSections>
|
|
<startup>
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
|
|
</startup>
|
|
<userSettings>
|
|
<smx_config.Properties.Settings>
|
|
<setting name="LaunchOnStartup" serializeAs="String">
|
|
<value>False</value>
|
|
</setting>
|
|
</smx_config.Properties.Settings>
|
|
</userSettings>
|
|
</configuration>
|