run wayvr at start by default

This commit is contained in:
galister
2025-12-24 00:26:49 +09:00
parent b352269556
commit fcacc182de

View File

@@ -135,7 +135,7 @@ pub struct WayVRDashboard {
#[derive(Deserialize, Serialize)]
pub struct WayVRConfig {
#[serde(default = "def_false")]
#[serde(default = "def_true")]
pub run_compositor_at_start: bool,
#[serde(default = "Default::default")]