@dcposch PR feedback #82
This commit is contained in:
@@ -157,12 +157,12 @@ function getMenuTemplate () {
|
|||||||
if (process.platform === 'darwin') return 'Ctrl+Command+F'
|
if (process.platform === 'darwin') return 'Ctrl+Command+F'
|
||||||
else return 'F11'
|
else return 'F11'
|
||||||
})(),
|
})(),
|
||||||
click: () => toggleFullScreen()
|
click: toggleFullScreen
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Float on Top',
|
label: 'Float on Top',
|
||||||
type: 'checkbox',
|
type: 'checkbox',
|
||||||
click: () => toggleFloatOnTop()
|
click: toggleFloatOnTop
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'separator'
|
type: 'separator'
|
||||||
|
|||||||
Reference in New Issue
Block a user