help on mac permissons

This commit is contained in:
rustdesk
2022-05-02 02:44:16 +08:00
parent 0e4e7fcb9b
commit 8a3da687c1
10 changed files with 46 additions and 6 deletions

View File

@@ -266,5 +266,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("android_start_service_tip", "點擊 [啟動服務] 或打開 [屏幕錄製] 權限開啟手機屏幕共享服務。"),
("Account", "帳戶"),
("Quit", "退出"),
("doc_mac_permission", "https://rustdesk.com/docs/zh-tw/manual/mac/#啟用權限"),
("Help", "幫助"),
].iter().cloned().collect();
}