Fixed DPI scaling breaking when opening file browser

This commit is contained in:
N00MKRAD
2021-03-30 13:17:04 +02:00
parent 24cea3f6ea
commit a1fccea635

View File

@@ -8,6 +8,8 @@ using System.Linq;
using System.Threading.Tasks;
using System.Windows.Forms;
[assembly: System.Windows.Media.DisableDpiAwareness] // Disable Dpi awareness in the application assembly.
namespace Flowframes
{
static class Program