mirror of
https://gitlab.freedesktop.org/pipewire/helvum
synced 2026-03-15 19:46:10 +08:00
Color ports depending on the type of data (audio,video,midi) they carry
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/// Graphical representation of a pipewire port.
|
||||
pub struct Port {
|
||||
pub(super) widget: gtk::Button,
|
||||
pub widget: gtk::Button,
|
||||
pub id: u32,
|
||||
pub direction: pipewire::port::Direction,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user