mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-23 20:53:07 +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.process_search_state.search_state.is_enabled = true;
|
||||||
self.current_widget_selected = WidgetPosition::ProcessSearch;
|
self.current_widget_selected = WidgetPosition::ProcessSearch;
|
||||||
}
|
}
|
||||||
// WidgetPosition::Cpu => {
|
WidgetPosition::Cpu => {
|
||||||
// self.cpu_state.is_showing_tray = true;
|
self.cpu_state.is_showing_tray = true;
|
||||||
// }
|
}
|
||||||
// WidgetPosition::Mem => {
|
// WidgetPosition::Mem => {
|
||||||
// self.mem_state.is_showing_tray = true;
|
// self.mem_state.is_showing_tray = true;
|
||||||
// }
|
// }
|
||||||
|
|
Loading…
Reference in a new issue