mirror of
https://gitlab.com/hyask/swaysome.git
synced 2026-03-14 21:19:46 +01:00
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,
|
||||
#[serde(default)]
|
||||
focused: bool,
|
||||
#[serde(default)]
|
||||
active: bool,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue