Merge pull request #6246 from Mr-Update/patch-2

Update de.rs
This commit is contained in:
RustDesk 2023-11-01 10:56:29 +08:00 committed by GitHub
commit a4bbcbe5ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -572,6 +572,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("List", "Liste"),
("Virtual display", "Virtueller Bildschirm"),
("Plug out all", "Alle ausschalten"),
("True color(4:4:4)", ""),
("True color(4:4:4)", "True Color (4:4:4)"),
].iter().cloned().collect();
}