sourcegit/SourceGit/App.config

6 lines
198 B
Text
Raw Normal View History

2020-07-06 10:27:14 +08:00
<?xml version="1.0" encoding="utf-8"?>
2020-07-03 15:24:31 +08:00
<configuration>
2020-07-06 10:27:14 +08:00
<runtime>
<AppContextSwitchOverrides value="Switch.System.Windows.DoNotScaleForDpiChanges=false" />
</runtime>
2020-07-03 15:24:31 +08:00
</configuration>