mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-09-26 20:45:45 +00:00
Disabled for now...
This commit is contained in:
+9
-9
@@ -396,15 +396,15 @@ 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::Mem => {
|
||||
self.mem_state.is_showing_tray = true;
|
||||
}
|
||||
WidgetPosition::Network => {
|
||||
self.net_state.is_showing_tray = true;
|
||||
}
|
||||
// WidgetPosition::Cpu => {
|
||||
// self.cpu_state.is_showing_tray = true;
|
||||
// }
|
||||
// WidgetPosition::Mem => {
|
||||
// self.mem_state.is_showing_tray = true;
|
||||
// }
|
||||
// WidgetPosition::Network => {
|
||||
// self.net_state.is_showing_tray = true;
|
||||
// }
|
||||
_ => {}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user