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

This commit is contained in:
uye
2023-02-06 01:34:01 +08:00
parent be1abe41b6
commit 74da877ba8

View File

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