mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 01:40:46 +08:00
fix: 修改彩蛋gif默认路径为string.Empty
This commit is contained in:
@@ -211,9 +211,9 @@ namespace MaaWpfGui.ViewModels.UI
|
||||
|
||||
private static int _gifIndex = -1;
|
||||
|
||||
private static string? _gifPath = null;
|
||||
private static string _gifPath = string.Empty;
|
||||
|
||||
public string? GifPath
|
||||
public string GifPath
|
||||
{
|
||||
get => _gifPath;
|
||||
set => SetAndNotify(ref _gifPath, value);
|
||||
|
||||
Reference in New Issue
Block a user