sidebar: change streams unavailable text

This commit is contained in:
2 * r + 2 * t 2025-03-27 16:51:39 +11:00
parent 6b0c9af07c
commit 11c8a14a22

View file

@ -73,7 +73,7 @@ const NoSources = ({ icon, label }: { icon: string; label: string }) => (
const NoWp = () => (
<box vexpand homogeneous>
<box vertical valign={Gtk.Align.CENTER}>
<NoSources icon="no_sound" label="Audio module unavailable" />
<NoSources icon="no_sound" label="Streams module unavailable" />
<label className="no-wp-prompt" label="WirePlumber is required for this module" />
</box>
</box>