fix: 修复检测更新崩溃问题

fix #1704
This commit is contained in:
uye
2022-08-30 11:53:37 +08:00
parent 657bd8d7d8
commit 90eea5502e

View File

@@ -276,7 +276,7 @@ namespace MeoAsstGui
/// <summary>
/// Gets or sets the button system URL.
/// </summary>
public string ButtonSystemUrl { get; set; }
public string ButtonSystemUrl { get; set; } = string.Empty;
private bool _buttonSystemEnabled = false;