Skip to content
This repository has been archived by the owner on Dec 23, 2022. It is now read-only.

F3 does not work on MAC #21

Closed
sceptiq opened this issue May 23, 2019 · 2 comments
Closed

F3 does not work on MAC #21

sceptiq opened this issue May 23, 2019 · 2 comments
Assignees
Labels
bug Something isn't working invalid This doesn't seem right
Milestone

Comments

@sceptiq
Copy link
Collaborator

sceptiq commented May 23, 2019

hiding the menu with f3 doesn't work, nothing happens pressing f3

@yafp yafp self-assigned this May 23, 2019
@yafp yafp added bug Something isn't working invalid This doesn't seem right labels May 23, 2019
@yafp
Copy link
Owner

yafp commented May 23, 2019

The command

win.setMenuBarVisibility(visible)

is only available for Windows and Linux. See: https://electronjs.org/docs/api/browser-window#winsetmenubarvisibilityvisible-windows-linux

I guess its related with the mac-specific menu-handling.

Gonna add a note to the readme

@yafp yafp closed this as completed May 23, 2019
@yafp yafp added this to the 1.2.0 milestone May 23, 2019
@yafp
Copy link
Owner

yafp commented May 23, 2019

Starting with the upücoming 1.2.0:

The menu-entry will be disabled on macOS

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants