mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-23 12:43:09 +00:00
Not implementing mem and network for now... sorry.
This commit is contained in:
parent
01b1ec8380
commit
65634f23d4
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
// }
|
||||
|
|
Loading…
Reference in a new issue