Skip to content

Commit a1f5329

Browse files
committed
修正“常规设置”中更新源没有保存的问题 #2020 #1561 #1119
1 parent 349857a commit a1f5329

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

TrafficMonitor/TrafficMonitor.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,7 @@ void CTrafficMonitorApp::SaveConfig()
336336
ini.WriteBool(_T("general"), _T("allow_skin_cover_font"), m_general_data.allow_skin_cover_font);
337337
ini.WriteBool(_T("general"), _T("allow_skin_cover_text"), m_general_data.allow_skin_cover_text);
338338
ini.WriteInt(_T("general"), _T("language"), static_cast<int>(m_general_data.language));
339+
ini.WriteInt(L"general", L"update_source", m_general_data.update_source);
339340
ini.WriteBool(L"general", L"show_all_interface", m_general_data.show_all_interface);
340341
ini.WriteInt(L"general", L"cpu_usage_acquire_method", m_general_data.cpu_usage_acquire_method);
341342
ini.WriteInt(L"general", L"monitor_time_span", m_general_data.monitor_time_span);

0 commit comments

Comments
 (0)