Skip to content

Commit 2cb603b

Browse files
committedMay 29, 2021
修正不含温度监控的版本中,选项设置中选择监控的CPU温度控件没有禁用的问题
1 parent 34fae52 commit 2cb603b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎TrafficMonitor/GeneralSettingsDlg.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ BOOL CGeneralSettingsDlg::OnInitDialog()
233233
EnableDlgCtrl(IDC_HDD_CHECK, false);
234234
EnableDlgCtrl(IDC_MBD_CHECK, false);
235235
EnableDlgCtrl(IDC_SELECT_HARD_DISK_COMBO, false);
236+
EnableDlgCtrl(IDC_SELECT_CPU_COMBO, false);
236237
#endif
237238

238239
return TRUE; // return TRUE unless you set the focus to a control

0 commit comments

Comments
 (0)