Skip to content

Commit

Permalink
Set system property for Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
ylangisc committed Dec 3, 2018
1 parent 76b11cc commit 3912a0e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions App.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<section name="Ch.Cyberduck.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
</sectionGroup>
</configSections>
<appSettings>
<add key="ikvm:org.bouncycastle.asn1.allow_unsafe_integer" value="true" />
</appSettings>
<System.Windows.Forms.ApplicationConfigurationSection>
<add key="DpiAwareness" value="false" />
<add key="EnableWindowsFormsHighDpiAutoResizing" value="false" />
Expand Down

0 comments on commit 3912a0e

Please sign in to comment.