feat: add entry in left panel

This commit is contained in:
Kingtous
2023-05-08 13:10:39 +08:00
parent 77fa807b57
commit 229df038fc
38 changed files with 178 additions and 34 deletions

View File

@@ -499,6 +499,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Copy Fingerprint", "复制指纹"),
("no fingerprints", "没有指纹"),
("Select a peer", "选择一个被控端"),
("Select peers", "选择被控")
("Select peers", "选择被控"),
("Plugins", "插件")
].iter().cloned().collect();
}