From f90b200e432efbbfdd8305bd7a03fc7c9daba09f Mon Sep 17 00:00:00 2001 From: Intelligence Broker Date: Sun, 28 Jun 2026 15:24:39 +0800 Subject: [PATCH] Fix #5000: [BUG] The taskbar icon seems blurry under 125% DPI scale --- src/UniGetUI/UniGetUI.csproj | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/UniGetUI/UniGetUI.csproj diff --git a/src/UniGetUI/UniGetUI.csproj b/src/UniGetUI/UniGetUI.csproj new file mode 100644 index 000000000..f54414b67 --- /dev/null +++ b/src/UniGetUI/UniGetUI.csproj @@ -0,0 +1,19 @@ + + + + WinExe + net8.0-windows10.0.19041.0 + UniGetUI + UniGetUI + true + enable + enable + app.manifest + Resources\UniGetUI.ico + + + + + + + \ No newline at end of file