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", "允許RDP訪問"),
("Pin menubar", "固定菜單欄"),
("Unpin menubar", "取消固定菜單欄"),
("Enable LAN Discovery", "允許局域網發現"),
("Deny LAN Discovery", "拒絕局域網發現"),
].iter().cloned().collect();
}