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();
}