diff options
author | robin007bond <robin007bond@users.noreply.github.com> | 2015-04-13 14:22:36 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2015-04-13 14:26:55 +0200 |
commit | 5b1c3e4b500c69c5c07a6e6b2b65902ea4ce56a4 (patch) | |
tree | 01c034297d950ea4dd4b2d50c805133e01d31b84 /TOOLS/osxbundle | |
parent | f43017bfe97c07aa73206d8d1388294cdbee628f (diff) |
OSX/mpv.app/mpv.conf: Use pseudo-gui
The player is now forced to use the pseudo-gui profile.
Fixes #1808 and #1754.
Signed-off-by: wm4 <wm4@nowhere>
Diffstat (limited to 'TOOLS/osxbundle')
-rw-r--r-- | TOOLS/osxbundle/mpv.app/Contents/Resources/mpv.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/TOOLS/osxbundle/mpv.app/Contents/Resources/mpv.conf b/TOOLS/osxbundle/mpv.app/Contents/Resources/mpv.conf index ff78dfacf6..7527de0d1b 100644 --- a/TOOLS/osxbundle/mpv.app/Contents/Resources/mpv.conf +++ b/TOOLS/osxbundle/mpv.app/Contents/Resources/mpv.conf @@ -1,3 +1,2 @@ screenshot-template=~/Desktop/shot%n -quiet -idle=once +profile=pseudo-gui |