From 7595ca1dd38bb1d5f2dac0805cf5bb23671fc340 Mon Sep 17 00:00:00 2001 From: lxmou666 <772765102@qq.com> Date: Tue, 29 Dec 2020 11:32:03 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A3=81=E7=9B=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- JianGongYun/TRTC/ViewModels/SettingWindowViewModel.cs | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/JianGongYun/TRTC/ViewModels/SettingWindowViewModel.cs b/JianGongYun/TRTC/ViewModels/SettingWindowViewModel.cs index f960ba1..1e7a4c1 100644 --- a/JianGongYun/TRTC/ViewModels/SettingWindowViewModel.cs +++ b/JianGongYun/TRTC/ViewModels/SettingWindowViewModel.cs @@ -421,8 +421,9 @@ namespace JianGongYun.TRTC.ViewModels storage.SetValue(INI_ROOT_KEY, INI_KEY_SCREEN_RECORDING_DIR, value.ToString());//生成保存本地 if (PropertyChanged != null) { - PropertyChanged(this, new PropertyChangedEventArgs("ScreenRecordingDir")); - PropertyChanged(this, new PropertyChangedEventArgs("DiskSize")); + PropertyChanged(this, new PropertyChangedEventArgs("ScreenRecordingDir")); + PropertyChanged(this, new PropertyChangedEventArgs("DiskSizeStr")); + PropertyChanged(this, new PropertyChangedEventArgs("DiskTipColor")); } } } @@ -637,7 +638,8 @@ namespace JianGongYun.TRTC.ViewModels } #endregion - #region 磁盘剩余空间/// + #region 磁盘剩余空间 + /// /// 磁盘剩余空间 /// public double DiskSize