diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-12-31 00:08:47 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-12-31 00:08:47 +0100 |
| commit | 91bf9a14004611b68eb4e68927b4dad41b578e15 (patch) | |
| tree | 727b4b8e450c03ba8ee20e9bc617cb1c783bcbf4 /src/lib | |
| parent | 72d906fe6e30eff1324288748fc5d1d66b3a3ec1 (diff) | |
Try to clarify player "dual" mode in the configuration.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/config.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/config.cc b/src/lib/config.cc index aea54aa23..45fc61923 100644 --- a/src/lib/config.cc +++ b/src/lib/config.cc @@ -1043,7 +1043,7 @@ Config::write_config () const } /* [XML] PlayerMode <code>window</code> for a single window, <code>full</code> for full-screen and <code>dual</code> for full screen playback - with controls on another monitor. + with separate (advanced) controls. */ switch (_player_mode) { case PLAYER_MODE_WINDOW: |
