Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 900ff31

Browse files
save
1 parent 2ea5eb0 commit 900ff31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎UnityLauncherPro/MainWindow.xaml.cs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3918,7 +3918,7 @@ private void CheckCustomIcon()
39183918
try
39193919
{
39203920
// Load the custom icon using System.Drawing.Icon
3921-
using (var icon = new System.Drawing.Icon(customIconPath))
3921+
using (var icon = new Icon(customIconPath))
39223922
{
39233923
// Convert the icon to a BitmapSource and assign it to the WPF window's Icon property
39243924
this.Icon = Imaging.CreateBitmapSourceFromHIcon(

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /