- Fix comment for sorted mode key

This commit is contained in:
Alfred Reynolds
2022-01-10 12:07:25 +13:00
parent 190ff6a508
commit 8d7e82bea5

View File

@@ -111,7 +111,7 @@ Supported keys and values in the JSON configuration are:
* `overlay` : the same as the overlay command line argument * `overlay` : the same as the overlay command line argument
* `shuffle` : set to true to enable shuffle mode for file display * `shuffle` : set to true to enable shuffle mode for file display
* `recursive` : set to true to enable recursive mode for file display * `recursive` : set to true to enable recursive mode for file display
* `sorted` : set to true to enable shuffle mode for file display * `sorted` : set to true to enable sorted mode for file display
* `stretch` : set to true to enable, the same as the `--stretch` command line argument * `stretch` : set to true to enable, the same as the `--stretch` command line argument
* `rotationSeconds` : the same as the `-t` command line argument * `rotationSeconds` : the same as the `-t` command line argument
* `opacity` : the same as the command line `-o` argument * `opacity` : the same as the command line `-o` argument