add config_input

This commit is contained in:
rustdesk
2023-01-06 12:42:16 +08:00
parent b048e5b280
commit ce5b49b7dd
34 changed files with 94 additions and 51 deletions

View File

@@ -407,5 +407,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Select local keyboard type", "Seleccionar tipo de teclado local"),
("software_render_tip", ""),
("Always use software rendering", ""),
("config_input", ""),
].iter().cloned().collect();
}