feat(ags audio): add back labels

This commit is contained in:
matt1432 2024-12-07 22:11:03 -05:00
parent bdc42a765e
commit df111073d5

View file

@ -3,6 +3,8 @@ import { Gtk, Widget } from 'astal/gtk3';
import AstalWp from 'gi://AstalWp';
import Separator from '../misc/separator';
import Streams from './streams';
import Profiles from './profiles';
@ -55,6 +57,10 @@ export default () => {
>
<box halign={Gtk.Align.CENTER}>
<icon icon={iconName} />
<Separator size={8} />
{label}
</box>
</button>
) as Widget.Button;