diff options
author | wm4 <wm4@nowhere> | 2016-09-23 21:24:50 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2016-09-23 21:24:50 +0200 |
commit | 9eef41dec15580623cfa62909221fbc1fbf41706 (patch) | |
tree | dc03baf40c1905f3af4725404ad16d909f0d1964 /TOOLS/osxbundle/mpv.app/Contents/Resources | |
parent | f0fd6633205fe0b477032d2be5028a204c327e0b (diff) |
player: do not let pseudo-gui override user config settings
Seems like this confused users quite often.
Instead of --profile=pseudo-gui, --player-operation-mode=pseudo-gui now
has to be used to invoke pseudo GUI mode. The old way still works, and
still behaves in the old way.
Diffstat (limited to 'TOOLS/osxbundle/mpv.app/Contents/Resources')
-rw-r--r-- | TOOLS/osxbundle/mpv.app/Contents/Resources/mpv.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/osxbundle/mpv.app/Contents/Resources/mpv.conf b/TOOLS/osxbundle/mpv.app/Contents/Resources/mpv.conf index d23926be9b..bdffa7a951 100644 --- a/TOOLS/osxbundle/mpv.app/Contents/Resources/mpv.conf +++ b/TOOLS/osxbundle/mpv.app/Contents/Resources/mpv.conf @@ -1 +1 @@ -profile=pseudo-gui +player-operation-mode=pseudo-gui |