mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-18 18:51:08 +03:00
Option allow-d3d-render and fix ios ci (#11107)
* option `allow-d3d-render`, default false Add this option because it fails on some machines Signed-off-by: 21pages <sunboeasy@gmail.com> * only add nokhwa to windows and linux dependencies Signed-off-by: 21pages <sunboeasy@gmail.com> --------- Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
@@ -415,7 +415,7 @@ class Header: Reactor.Component {
|
||||
adaptDisplay();
|
||||
} else if (type == "codec-preference") {
|
||||
handler.set_option("codec-preference", me.id);
|
||||
handler.change_prefer_codec();
|
||||
handler.update_supported_decodings();
|
||||
}
|
||||
toggleMenuState();
|
||||
}
|
||||
@@ -587,7 +587,7 @@ function toggleQualityMonitor(name) {
|
||||
|
||||
function toggleI444(name) {
|
||||
handler.toggle_option(name);
|
||||
handler.change_prefer_codec();
|
||||
handler.update_supported_decodings();
|
||||
toggleMenuState();
|
||||
}
|
||||
|
||||
|
||||
@@ -533,7 +533,7 @@ impl sciter::EventHandler for SciterSession {
|
||||
fn is_keyboard_mode_supported(String);
|
||||
fn save_keyboard_mode(String);
|
||||
fn alternative_codecs();
|
||||
fn change_prefer_codec();
|
||||
fn update_supported_decodings();
|
||||
fn restart_remote_device();
|
||||
fn request_voice_call();
|
||||
fn close_voice_call();
|
||||
|
||||
Reference in New Issue
Block a user