electron/spec-main/fixtures/api/test-menu-null/package.json
Cheng Zhao 3cb0ed306b fix: hiding window menu should work on startup (#21436)
* fix: menu visibility should not be overwritten on startup

* fix: removing menu for window without global menubar

* test: setMenu tests are not for mac
2019-12-09 11:17:36 -08:00

4 lines
56 B
JSON

{
"name": "electron-test-menu",
"main": "main.js"
}