Added the ability to change the layer of the bar (#146)

This commit is contained in:
Jas Singh
2024-08-17 13:13:41 -07:00
committed by GitHub
parent 7ccb172bc7
commit a1beac4c05
4 changed files with 3 additions and 0 deletions

View File

@@ -229,6 +229,7 @@ export const Bar = (() => {
visible: true,
anchor: ["top", "left", "right"],
exclusivity: "exclusive",
layer: options.theme.bar.layer.bind("value"),
child: Widget.Box({
class_name: 'bar-panel-container',
child: Widget.CenterBox({