Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
electron: render menu items based on 'isEnabled'
This commit updates the logic of rendering menu items with the electron target to be based on a command being `enabled`. Since electron does not support graying-out items (enable), we must rely on hiding these items from the menus since they are no-op when executed. Signed-off-by: vince-fugnitto <vincent.fugnitto@ericsson.com>
- Loading branch information