Skip to content

Commit 2878227

Browse files
committed
Disabling Config menu
1 parent 7d2b09d commit 2878227

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

main.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -193,14 +193,14 @@ const template = [
193193
{ role: 'quit' },
194194
],
195195
},
196-
{
197-
label: 'Config',
198-
submenu: [
199-
{ label: 'Device' },
200-
{ label: 'Defaults' },
201-
{ label: 'Peripherals' },
202-
],
203-
},
196+
// {
197+
// label: 'Config',
198+
// submenu: [
199+
// { label: 'Device' },
200+
// { label: 'Defaults' },
201+
// { label: 'Peripherals' },
202+
// ],
203+
// },
204204
...(isDev ? [{
205205
label: 'Debug',
206206
submenu: [

0 commit comments

Comments
 (0)