mirror of
https://github.com/ankitects/anki.git
synced 2025-09-22 16:02:23 -04:00
don't capture media keys
This commit is contained in:
parent
519187e941
commit
ec9c2476a3
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ class MPVBase:
|
|||
"--force-window=no",
|
||||
"--ontop",
|
||||
"--audio-display=no",
|
||||
"--input-media-keys=no",
|
||||
]
|
||||
|
||||
def __init__(self, window_id=None, debug=False):
|
||||
|
|
Loading…
Reference in a new issue