sidebar: no vexpand no wp message
This commit is contained in:
parent
72e349e368
commit
7ccde9495f
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ const Selector = ({ input, audio }: { input?: boolean; audio: AstalWp.Audio }) =
|
||||||
};
|
};
|
||||||
|
|
||||||
const NoWp = () => (
|
const NoWp = () => (
|
||||||
<box vexpand homogeneous>
|
<box homogeneous>
|
||||||
<box vertical valign={Gtk.Align.CENTER}>
|
<box vertical valign={Gtk.Align.CENTER}>
|
||||||
<label label="Device selector unavailable" />
|
<label label="Device selector unavailable" />
|
||||||
<label className="no-wp-prompt" label="WirePlumber is required for this module" />
|
<label className="no-wp-prompt" label="WirePlumber is required for this module" />
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue