feat(ags audio): add back labels
This commit is contained in:
parent
bdc42a765e
commit
df111073d5
1 changed files with 6 additions and 0 deletions
|
@ -3,6 +3,8 @@ import { Gtk, Widget } from 'astal/gtk3';
|
||||||
|
|
||||||
import AstalWp from 'gi://AstalWp';
|
import AstalWp from 'gi://AstalWp';
|
||||||
|
|
||||||
|
import Separator from '../misc/separator';
|
||||||
|
|
||||||
import Streams from './streams';
|
import Streams from './streams';
|
||||||
import Profiles from './profiles';
|
import Profiles from './profiles';
|
||||||
|
|
||||||
|
@ -55,6 +57,10 @@ export default () => {
|
||||||
>
|
>
|
||||||
<box halign={Gtk.Align.CENTER}>
|
<box halign={Gtk.Align.CENTER}>
|
||||||
<icon icon={iconName} />
|
<icon icon={iconName} />
|
||||||
|
|
||||||
|
<Separator size={8} />
|
||||||
|
|
||||||
|
{label}
|
||||||
</box>
|
</box>
|
||||||
</button>
|
</button>
|
||||||
) as Widget.Button;
|
) as Widget.Button;
|
||||||
|
|
Loading…
Reference in a new issue