pipewire connection: Show banner if disconnected

This commit is contained in:
Denis Drakhnia
2023-09-28 08:22:45 +03:00
parent 7d6aae70c5
commit 20f64595ac
8 changed files with 46 additions and 4 deletions

View File

@@ -152,6 +152,7 @@ impl Application {
imp.graph_manager
.set(GraphManager::new(
&imp.window.graph(),
&imp.window.connection_banner(),
pw_sender,
gtk_receiver,
))