mirror of
https://gitlab.freedesktop.org/pipewire/helvum
synced 2026-03-15 11:36:11 +08:00
view: Node,Port: Store pipewire Id as property on node, and make its name a property too.
This commit is contained in:
@@ -145,7 +145,7 @@ impl Application {
|
||||
|
||||
imp::Application::from_instance(self).graphview.add_node(
|
||||
id,
|
||||
view::Node::new(name),
|
||||
view::Node::new(name, id),
|
||||
node_type,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user