run wayvr at start by default
This commit is contained in:
@@ -135,7 +135,7 @@ pub struct WayVRDashboard {
|
|||||||
|
|
||||||
#[derive(Deserialize, Serialize)]
|
#[derive(Deserialize, Serialize)]
|
||||||
pub struct WayVRConfig {
|
pub struct WayVRConfig {
|
||||||
#[serde(default = "def_false")]
|
#[serde(default = "def_true")]
|
||||||
pub run_compositor_at_start: bool,
|
pub run_compositor_at_start: bool,
|
||||||
|
|
||||||
#[serde(default = "Default::default")]
|
#[serde(default = "Default::default")]
|
||||||
|
|||||||
Reference in New Issue
Block a user