mirror of
https://github.com/rustdesk/hbb_common.git
synced 2026-08-27 04:37:35 +00:00
Merge pull request #582 from rustdesk/fix-texture-lifetime
add texture-render-health internal option key
This commit is contained in:
@@ -2889,6 +2889,9 @@ pub mod keys {
|
|||||||
pub const OPTION_ENABLE_OPEN_NEW_CONNECTIONS_IN_TABS: &str =
|
pub const OPTION_ENABLE_OPEN_NEW_CONNECTIONS_IN_TABS: &str =
|
||||||
"enable-open-new-connections-in-tabs";
|
"enable-open-new-connections-in-tabs";
|
||||||
pub const OPTION_TEXTURE_RENDER: &str = "use-texture-render";
|
pub const OPTION_TEXTURE_RENDER: &str = "use-texture-render";
|
||||||
|
// Internal health record written by the texture-render watchdog/probe;
|
||||||
|
// "failed-*" flips the texture-render default to opt-in on this machine.
|
||||||
|
pub const OPTION_TEXTURE_RENDER_HEALTH: &str = "texture-render-health";
|
||||||
pub const OPTION_ALLOW_D3D_RENDER: &str = "allow-d3d-render";
|
pub const OPTION_ALLOW_D3D_RENDER: &str = "allow-d3d-render";
|
||||||
pub const OPTION_ENABLE_CHECK_UPDATE: &str = "enable-check-update";
|
pub const OPTION_ENABLE_CHECK_UPDATE: &str = "enable-check-update";
|
||||||
pub const OPTION_ALLOW_AUTO_UPDATE: &str = "allow-auto-update";
|
pub const OPTION_ALLOW_AUTO_UPDATE: &str = "allow-auto-update";
|
||||||
|
|||||||
Reference in New Issue
Block a user