Skip to content

How to hide the menu such as "FILE" "ADD"? #3542

Answered by cmdcolin
billzt asked this question in Q&A
Discussion options

You must be logged in to vote

Currently there is no way to do this easily, but you could write a plugin that calls the "setMenus" function to be empty or just removes the File menu on the rootModel

See

setMenus(newMenus: Menu[]) {
self.menus = newMenus
},

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
6 replies
@MorganHis
Comment options

@adampowell1astrazeneca
Comment options

@cmdcolin
Comment options

@cmdcolin
Comment options

@adampowell1astrazeneca
Comment options

Answer selected by billzt
Comment options

You must be logged in to vote
1 reply
@cmdcolin
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants