mirror of
https://gitlab.com/hyask/swaysome.git
synced 2025-12-10 07:44:43 +01:00
If there is an inactive input, then the `focused` property may be missing in sway's response to a `get_output` message. This fix uses a feature of serde where default values for missing fields can be defined. Here, the `Default::default` for booleans is used, which is `false`. |
||
|---|---|---|
| .. | ||
| main.rs | ||