mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 08:45:41 +08:00
fix: load custom tray icon failed due to #2886
This commit is contained in:
@@ -7,6 +7,7 @@ pub enum Type {
|
||||
Hotkey,
|
||||
Window,
|
||||
Config,
|
||||
CMD,
|
||||
}
|
||||
|
||||
impl fmt::Display for Type {
|
||||
@@ -17,6 +18,7 @@ impl fmt::Display for Type {
|
||||
Type::Hotkey => write!(f, "[Hotkey]"),
|
||||
Type::Window => write!(f, "[Window]"),
|
||||
Type::Config => write!(f, "[Config]"),
|
||||
Type::CMD => write!(f, "[CMD]"),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user