mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-21 02:43:19 +03:00
add enable directx option, android software encoding half resolution option (#8435)
* add option enable directx capture screen, default true Signed-off-by: 21pages <sunboeasy@gmail.com> * option android software encoding half scale, check isStart flag Signed-off-by: 21pages <sunboeasy@gmail.com> --------- Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
@@ -125,7 +125,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Good image quality", "Лучшее качество изображения"),
|
||||
("Balanced", "Баланс между качеством и откликом"),
|
||||
("Optimize reaction time", "Лучшее время отклика"),
|
||||
("Custom", "Заданное пользователем"),
|
||||
("Custom", "Заданное пользователем"),
|
||||
("Show remote cursor", "Показывать удалённый курсор"),
|
||||
("Show quality monitor", "Показывать монитор качества"),
|
||||
("Disable clipboard", "Отключить буфер обмена"),
|
||||
@@ -621,5 +621,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Never", "Нет"),
|
||||
("During controlled", "При управлении"),
|
||||
("During service is on", "При запущенной службе"),
|
||||
("Capture screen using DirectX", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user