Implement styling options for all the bar components (not menus) through options variables.
This commit is contained in:
@@ -27,6 +27,7 @@ export const Notifications = () => {
|
||||
}),
|
||||
}),
|
||||
isVisible: true,
|
||||
boxClass: "notifications",
|
||||
props: {
|
||||
on_primary_click: (clicked, event) => {
|
||||
openMenu(clicked, event, "notificationsmenu");
|
||||
|
||||
Reference in New Issue
Block a user