Not implementing mem and network for now... sorry.

This commit is contained in:
ClementTsang 2020-02-16 19:50:10 -05:00
parent 01b1ec8380
commit 65634f23d4

View file

@ -396,9 +396,9 @@ impl App {
self.process_search_state.search_state.is_enabled = true;
self.current_widget_selected = WidgetPosition::ProcessSearch;
}
// WidgetPosition::Cpu => {
// self.cpu_state.is_showing_tray = true;
// }
WidgetPosition::Cpu => {
self.cpu_state.is_showing_tray = true;
}
// WidgetPosition::Mem => {
// self.mem_state.is_showing_tray = true;
// }