view: Node,Port: Store pipewire Id as property on node, and make its name a property too.

This commit is contained in:
Tom A. Wagner
2022-07-21 17:22:06 +02:00
parent df72a68815
commit 637ce104df
3 changed files with 130 additions and 26 deletions

View File

@@ -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,
);
}