summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-02-16 19:45:31 -0500
committerClementTsang <cjhtsang@uwaterloo.ca>2020-02-16 19:45:31 -0500
commit01b1ec8380cbbca75d91a85a14c1bec40721b621 (patch)
treef6c74959b4d90cd204c8458660a28368ca40ec75
parent32e8be93b7805ceb51e201766aff4faa72c105b1 (diff)
Disabled for now...
-rw-r--r--src/app.rs18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/app.rs b/src/app.rs
index 8c262489..e9e53148 100644
--- a/src/app.rs
+++ b/src/app.rs
@@ -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;
+ // }
_ => {}
}
}