You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, thanks for a great product. I couldn't help bu notice that the default menu option to hide the program is disabled/missing in macOS? Could you enable it in a future version (with the default system keyboard shortcut "Cmd H" or "⌘H")? Thanks
Version 1.5.0 (1.5.0)
macOS 13.4 (22F66)
The text was updated successfully, but these errors were encountered:
...
submenu: [
{ role: "about" }, // So can find out version even if app broken
{ role: "toggleDevTools" }, // So can debug during production if needed
{ type: "separator" },
{ role: "services" }, // Some macOS plugins modify text via services
{ type: "separator" },
{ role: "hide" }, // Requested by user to enable standard keyboard shortcuts
{ role: "hideOthers" }, // (as above)
{ role: "unhide" }, // (as above)
{ type: "separator" },
{ role: "quit" }, // So can quit whole app and not just close window
],
...
Hey, thanks for a great product. I couldn't help bu notice that the default menu option to hide the program is disabled/missing in macOS? Could you enable it in a future version (with the default system keyboard shortcut "Cmd H" or "⌘H")? Thanks
Version 1.5.0 (1.5.0)
macOS 13.4 (22F66)
The text was updated successfully, but these errors were encountered: