From d4374e0a131ddddbb079dee69a189e5ff5fbc13d Mon Sep 17 00:00:00 2001 From: uye <2396806385@qq.com> Date: Mon, 6 Feb 2023 01:34:01 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=88=87=E6=8D=A2=E5=AE=A2=E6=88=B7?= =?UTF-8?q?=E7=AB=AF=E7=B1=BB=E5=9E=8B=E6=97=B6=E5=AE=9E=E6=97=B6=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E5=BA=94=E7=94=A8=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/MaaWpfGui/Main/SettingsViewModel.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/MaaWpfGui/Main/SettingsViewModel.cs b/src/MaaWpfGui/Main/SettingsViewModel.cs index 9f0f213f8d..8b91246ca8 100644 --- a/src/MaaWpfGui/Main/SettingsViewModel.cs +++ b/src/MaaWpfGui/Main/SettingsViewModel.cs @@ -549,6 +549,7 @@ namespace MaaWpfGui { SetAndNotify(ref _clientType, value); ViewStatusStorage.Set("Start.ClientType", value); + UpdateWindowTitle(); /* 每次修改客户端时更新WindowTitle */ } }