Output: set a default for 'active' instead of failing
This commit is contained in:
parent
13b9687c0a
commit
faf309ce81
1 changed files with 1 additions and 0 deletions
|
|
@ -168,6 +168,7 @@ struct Output {
|
||||||
name: String,
|
name: String,
|
||||||
#[serde(default)]
|
#[serde(default)]
|
||||||
focused: bool,
|
focused: bool,
|
||||||
|
#[serde(default)]
|
||||||
active: bool,
|
active: bool,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue