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')
|
||||
const args = [
|
||||
'--play-and-exit',
|
||||
'--video-on-top',
|
||||
'--quiet',
|
||||
`--meta-title=${JSON.stringify(title)}`,
|
||||
url
|
||||
|
||||
Reference in New Issue
Block a user