rustdesk
2022-05-07 22:47:43 +08:00
parent 12ff1e316e
commit 2705228394
4 changed files with 21 additions and 4 deletions

View File

@@ -25,5 +25,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("android_version_audio_tip", "The current Android version does not support audio capture, please upgrade to Android 10 or higher."),
("android_start_service_tip", "Tap [Start Service] or OPEN [Screen Capture] permission to start the screen sharing service."),
("doc_mac_permission", "https://rustdesk.com/docs/en/manual/mac/#enable-permissions"),
("doc_fix_wayland", "https://rustdesk.com/docs/en/manual/linux/#x11-required"),
].iter().cloned().collect();
}