feat: 切换客户端类型时实时更新应用标题

This commit is contained in:
uye
2023-02-06 01:34:01 +08:00
parent 021f383e34
commit d4374e0a13

View File

@@ -549,6 +549,7 @@ namespace MaaWpfGui
{
SetAndNotify(ref _clientType, value);
ViewStatusStorage.Set("Start.ClientType", value);
UpdateWindowTitle(); /* 每次修改客户端时更新WindowTitle */
}
}