Skip to content

Commit

Permalink
修正不含温度监控的版本中,选项设置中选择监控的CPU温度控件没有禁用的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongyang219 committed May 29, 2021
1 parent 34fae52 commit 2cb603b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TrafficMonitor/GeneralSettingsDlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ BOOL CGeneralSettingsDlg::OnInitDialog()
EnableDlgCtrl(IDC_HDD_CHECK, false);
EnableDlgCtrl(IDC_MBD_CHECK, false);
EnableDlgCtrl(IDC_SELECT_HARD_DISK_COMBO, false);
EnableDlgCtrl(IDC_SELECT_CPU_COMBO, false);
#endif

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

0 comments on commit 2cb603b

Please sign in to comment.