@@ -58,7 +58,6 @@ impl Tray for StatusTray {
|
|||||||
fn tool_tip(&self) -> ToolTip {
|
fn tool_tip(&self) -> ToolTip {
|
||||||
let description = self
|
let description = self
|
||||||
.message
|
.message
|
||||||
.clone()
|
|
||||||
.lines()
|
.lines()
|
||||||
.filter(|l| !l.contains("Unknown"))
|
.filter(|l| !l.contains("Unknown"))
|
||||||
.collect::<Vec<&str>>()
|
.collect::<Vec<&str>>()
|
||||||
|
|||||||
Reference in New Issue
Block a user