mirror of https://github.com/wayvr-org/wayvr.git
run wayvr at start by default
This commit is contained in:
parent
b352269556
commit
fcacc182de
|
|
@ -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")]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue