kmenu not launching #4
-
I was setting up kmenu and it wasn't showing. I was using the same code from the documentation. Here is my code: const Palette = () => {
const [open, setOpen] = useState(0)
return <Palette open={open} setOpen={setOpen} index={1} commands={commands} categories={["Main"]} />
} |
Beta Was this translation helpful? Give feedback.
Answered by
haaarshsingh
Jul 28, 2022
Replies: 1 comment
-
I can see two issues here:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
haaarshsingh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I can see two issues here:
main
. Remember, the command palette you'd want the user to first see when they click the shortcut should have main set to true.