@dcposch PR feedback #82
This commit is contained in:
parent
64048171bc
commit
75067b4dd5
1 changed files with 2 additions and 2 deletions
|
|
@ -157,12 +157,12 @@ function getMenuTemplate () {
|
|||
if (process.platform === 'darwin') return 'Ctrl+Command+F'
|
||||
else return 'F11'
|
||||
})(),
|
||||
click: () => toggleFullScreen()
|
||||
click: toggleFullScreen
|
||||
},
|
||||
{
|
||||
label: 'Float on Top',
|
||||
type: 'checkbox',
|
||||
click: () => toggleFloatOnTop()
|
||||
click: toggleFloatOnTop
|
||||
},
|
||||
{
|
||||
type: 'separator'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue