We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ea5eb0 commit 900ff31Copy full SHA for 900ff31
UnityLauncherPro/MainWindow.xaml.cs
@@ -3918,7 +3918,7 @@ private void CheckCustomIcon()
3918
try
3919
{
3920
// Load the custom icon using System.Drawing.Icon
3921
- using (var icon = new System.Drawing.Icon(customIconPath))
+ using (var icon = new Icon(customIconPath))
3922
3923
// Convert the icon to a BitmapSource and assign it to the WPF window's Icon property
3924
this.Icon = Imaging.CreateBitmapSourceFromHIcon(
0 commit comments