fix<FolderDialog>: using System.Windows.Forms.FolderBrowserDialog instead of Controls.FolderDialog to avoid crashes

This commit is contained in:
leo 2023-08-18 13:28:55 +08:00
parent 0dc73cbc0d
commit 12511007e3
7 changed files with 16 additions and 134 deletions

View file

@ -3,6 +3,7 @@
<TargetFrameworks>net48</TargetFrameworks>
<OutputType>WinExe</OutputType>
<UseWPF>true</UseWPF>
<UseWindowsForms>true</UseWindowsForms>
<ApplicationIcon>App.ico</ApplicationIcon>
<Company>sourcegit</Company>
<Description>OpenSource GIT client for Windows</Description>