We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fae1f75 commit fae157fCopy full SHA for fae157f
src/bar_items/pulse/custom.rs
@@ -108,6 +108,7 @@ impl InOut {
108
"mute": self.mute,
109
"ports": self.ports.iter().map(|p| p.to_value()).collect::<Vec<_>>(),
110
"active_port": self.active_port.as_ref().map_or(Value::Null, |p| p.to_value()),
111
+ "is_source_monitor": self.is_source_monitor,
112
})
113
}
114
0 commit comments