Output: set a default for 'active' instead of failing

This commit is contained in:
Skia 2023-02-07 11:32:38 +01:00
parent 13b9687c0a
commit faf309ce81

View file

@ -168,6 +168,7 @@ struct Output {
name: String,
#[serde(default)]
focused: bool,
#[serde(default)]
active: bool,
}