[Astal] Fix audio issues
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user