Does MenuBar not work? I have this and when I clic...
# compose-desktop
c
Does MenuBar not work? I have this and when I click on menu in menu bar it opens and closes, I have to hold it for it to stay open but cant click menu items obviously. I'm on linux.
Copy code
MenuBar {
    Menu("File") {
        Item("Open", onClick = {})
    }
}