mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
How to hide standard Electron Menu ? #803
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ZedZipDev on GitHub (Jun 4, 2022).
Originally assigned to: @GregorBiswanger on GitHub.
How to hide the standard Menu : File, Edit, View .... ? I do in Startup:
@ggomarighetti commented on GitHub (Jun 9, 2022):
Resume
You can try passing as a parameter to the window manager the configuration to hide it automatically.
I attach an example.
Code