Option LAN Discovery

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2022-09-24 09:58:57 +08:00
parent 98a84a577b
commit e8143255e9
25 changed files with 374 additions and 326 deletions

View File

@@ -346,5 +346,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Enable RDP", ""),
("Pin menubar", "Připnout panel nabídek"),
("Unpin menubar", "Odepnout panel nabídek"),
("Enable LAN Discovery", ""),
("Deny LAN Discovery", ""),
].iter().cloned().collect();
}