mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-30 08:31:08 +03:00
fix: translate, proxy (#7923)
* fix: translate, proxy Signed-off-by: fufesou <shuanglongchen@yeah.net> * refact: proxy server, change placeholder to tooltip Signed-off-by: fufesou <shuanglongchen@yeah.net> --------- Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
@@ -605,5 +605,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("no_need_privacy_mode_no_physical_displays_tip", "Nessun display fisico, nessuna necessità di usare la modalità privacy."),
|
||||
("Follow remote cursor", "Segui cursore remoto"),
|
||||
("Follow remote window focus", "Segui focus finestra remota"),
|
||||
("default_proxy_tip", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user