Implement styling options for all the bar components (not menus) through options variables.
This commit is contained in:
@@ -44,6 +44,7 @@ const Volume = () => {
|
||||
children: [volIcn, volPct],
|
||||
}),
|
||||
isVisible: true,
|
||||
boxClass: "volume",
|
||||
props: {
|
||||
on_primary_click: (clicked, event) => {
|
||||
openMenu(clicked, event, "audiomenu");
|
||||
|
||||
Reference in New Issue
Block a user