fix file transfer hanging if disabled, and add trans

This commit is contained in:
rustdesk
2022-03-22 17:09:45 +08:00
parent 9136b3e3f8
commit 0dd4087408
11 changed files with 41 additions and 13 deletions

View File

@@ -208,5 +208,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Download new version", "Neue Version herunterladen."),
("Touch mode", "Berührungsmodus."),
("Reset canvas", "Anzeige zurücksetzen."),
("No permission of file transfer", "Keine Erlaubnis zur Dateiübertragung"),
("Note", "Notiz"),
].iter().cloned().collect();
}