mirror of
https://github.com/usebruno/bruno.git
synced 2025-01-03 12:39:34 +01:00
fix: fixed issue with separators in electron menu #92
This commit is contained in:
parent
8103554545
commit
e1b97643bd
@ -18,7 +18,7 @@ const template = [
|
|||||||
submenu: [
|
submenu: [
|
||||||
{ role: 'undo'},
|
{ role: 'undo'},
|
||||||
{ role: 'redo'},
|
{ role: 'redo'},
|
||||||
{ role: 'separator'},
|
{ type: 'separator'},
|
||||||
{ role: 'cut'},
|
{ role: 'cut'},
|
||||||
{ role: 'copy'},
|
{ role: 'copy'},
|
||||||
{ role: 'paste'}
|
{ role: 'paste'}
|
||||||
@ -28,11 +28,11 @@ const template = [
|
|||||||
label: 'View',
|
label: 'View',
|
||||||
submenu: [
|
submenu: [
|
||||||
{ role: 'toggledevtools'},
|
{ role: 'toggledevtools'},
|
||||||
{ role: 'separator'},
|
{ type: 'separator'},
|
||||||
{ role: 'resetzoom'},
|
{ role: 'resetzoom'},
|
||||||
{ role: 'zoomin'},
|
{ role: 'zoomin'},
|
||||||
{ role: 'zoomout'},
|
{ role: 'zoomout'},
|
||||||
{ role: 'separator'},
|
{ type: 'separator'},
|
||||||
{ role: 'togglefullscreen'}
|
{ role: 'togglefullscreen'}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user