mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 18:20:39 +08:00
chore: fix WPF Warning
This commit is contained in:
@@ -43,7 +43,7 @@ public class AppIcon
|
||||
catch (Exception)
|
||||
{
|
||||
throw;
|
||||
return new BitmapImage();
|
||||
// return new BitmapImage();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
// MaaWpfGui - A part of the MAA project
|
||||
// Copyright (C) 2021 MistEO and Contributors
|
||||
// </copyright>
|
||||
#pragma warning disable CS0649
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user