chore: 添加资源更新提示

This commit is contained in:
uye
2025-04-18 10:29:05 +08:00
parent 9443c835fa
commit 26caabb8d0
10 changed files with 34 additions and 2 deletions

View File

@@ -94,6 +94,18 @@ public class VersionUpdateSettingsUserControlModel : PropertyChangedBase
private static string _resourceVersion = _resourceInfo.VersionName;
private string _newResourceFoundInfo = string.Empty;
public string NewResourceFoundInfo
{
get => _newResourceFoundInfo;
set
{
SetAndNotify(ref _newResourceFoundInfo, value);
Instances.SettingsViewModel.UpdateWindowTitle();
}
}
/// <summary>
/// Gets or sets the resource version.
/// </summary>