-
When trying to open my bar, I get this error:
, but when I add a ), I get this error:
What should I do? My code is
if that helps. |
Beta Was this translation helpful? Give feedback.
Answered by
ovalkonia
Jul 21, 2024
Replies: 1 comment 3 replies
-
That would be because a window can have one and only child and you provided two: |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
Chlebqowy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That would be because a window can have one and only child and you provided two:
(clock :time time)
and(home)
. Wrap them in a box if you want it this way and the problem should be gone. Hope it helped!