This commit is contained in:
rustdesk
2022-12-04 18:38:50 +08:00
parent f624f74991
commit 3c584a7c01
29 changed files with 843 additions and 813 deletions

View File

@@ -34,5 +34,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("JumpLink", "View"),
("Stop service", "Stop Service"),
("hide_cm_tip", "Allow hiding only if accepting sessions via password and using permanent password"),
("wayland_experiment_tip", "Wayland support is in experimental stage, please use X11 if you require unattended access."),
].iter().cloned().collect();
}