mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
oops trailing comma
This commit is contained in:
parent
f002df7f6f
commit
a5312ce0b0
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ export default () => {
|
|||
}),
|
||||
child: child,
|
||||
});
|
||||
const emptyArea = SpaceRightDefaultClicks(Widget.Box({ hexpand: true, })),
|
||||
const emptyArea = SpaceRightDefaultClicks(Widget.Box({ hexpand: true, }));
|
||||
const indicatorArea = SpaceRightDefaultClicks(Widget.Box({
|
||||
children: [
|
||||
separatorDot,
|
||||
|
|
|
|||
Loading…
Reference in a new issue