config: add use_passthrough

This commit is contained in:
galister
2024-12-07 15:24:22 +09:00
parent a71f4de0ff
commit 65432ebde4
2 changed files with 9 additions and 2 deletions

View File

@@ -287,6 +287,9 @@ pub struct GeneralConfig {
#[serde(default = "def_true")]
pub use_skybox: bool,
#[serde(default = "def_true")]
pub use_passthrough: bool,
#[serde(default = "def_max_height")]
pub screen_max_height: u16,