mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-23 05:34:57 +02:00
Disabled for now...
This commit is contained in:
parent
32e8be93b7
commit
01b1ec8380
18
src/app.rs
18
src/app.rs
@ -396,15 +396,15 @@ 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;
|
||||||
}
|
// }
|
||||||
WidgetPosition::Network => {
|
// WidgetPosition::Network => {
|
||||||
self.net_state.is_showing_tray = true;
|
// self.net_state.is_showing_tray = true;
|
||||||
}
|
// }
|
||||||
_ => {}
|
_ => {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user