We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d2b09d commit 7ccf4a9Copy full SHA for 7ccf4a9
main.js
@@ -193,14 +193,14 @@ const template = [
193
{ role: 'quit' },
194
],
195
},
196
- {
197
- label: 'Config',
198
- submenu: [
199
- { label: 'Device' },
200
- { label: 'Defaults' },
201
- { label: 'Peripherals' },
202
- ],
203
- },
+ // {
+ // label: 'Config',
+ // submenu: [
+ // { label: 'Device' },
+ // { label: 'Defaults' },
+ // { label: 'Peripherals' },
+ // ],
+ // },
204
...(isDev ? [{
205
label: 'Debug',
206
submenu: [
0 commit comments