[AGS] Fixes, BT apparently crashing

This commit is contained in:
2025-04-26 21:00:01 +02:00
parent 1a4610a2d6
commit f4b58b08ba
4 changed files with 35 additions and 18 deletions

View File

@@ -113,6 +113,7 @@ const SinkPicker = (type: AstalWp.MediaClass) => {
<box vertical>
<label
label={`Available Audio ${type === AstalWp.MediaClass.AUDIO_SPEAKER ? "Output" : type === AstalWp.MediaClass.AUDIO_MICROPHONE ? "Input" : ""} Devices`}
cssClasses={[ 'title-2' ]}
></label>
<Gtk.Separator marginBottom={5} marginTop={3}></Gtk.Separator>
<box vertical cssClasses={["sink-picker"]}>