[Astal] Fix audio issues

This commit is contained in:
2025-06-18 11:40:54 +02:00
parent 2e8f1ec9ae
commit 4189258def
3 changed files with 54 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
import { bind, Binding } from "astal";
import { bind } from "astal";
import { Gtk } from "astal/gtk4";
import AstalWp from "gi://AstalWp";
@@ -107,7 +107,7 @@ const AudioModule = () => {
};
const SinkPicker = (type: AstalWp.MediaClass) => {
const devices = bind(wp, "endpoints");
const devices = bind(wp, "nodes");
return (
<box vertical>