mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
The use of AutoHideMenuBar in example code on landing page causes a warning. #1037
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 @markatosi on GitHub (Dec 12, 2025).
10.101
The example code should either not use AutoHideMenuBar or add the following so that a warning is not created. This is especially true when
true is being used in the project file.
@softworkz commented on GitHub (Dec 12, 2025):
Would you be able to submit a PR?
@markatosi commented on GitHub (Dec 12, 2025):
Submitted
@softworkz commented on GitHub (Dec 13, 2025):
Great, thanks!
(seems I accidentally closed this)