Remove 'Always on top' from VLC player
This commit is contained in:
committed by
Feross Aboukhadijeh
parent
474654fd16
commit
cc78251846
@@ -29,7 +29,6 @@ function spawn (playerPath, url, title) {
|
|||||||
if (err) return windows.main.dispatch('externalPlayerNotFound')
|
if (err) return windows.main.dispatch('externalPlayerNotFound')
|
||||||
const args = [
|
const args = [
|
||||||
'--play-and-exit',
|
'--play-and-exit',
|
||||||
'--video-on-top',
|
|
||||||
'--quiet',
|
'--quiet',
|
||||||
`--meta-title=${JSON.stringify(title)}`,
|
`--meta-title=${JSON.stringify(title)}`,
|
||||||
url
|
url
|
||||||
|
|||||||
Reference in New Issue
Block a user