aboutsummaryrefslogtreecommitdiffstats
path: root/modules/options.py
Commit message (Collapse)AuthorAgeFilesLines
* minor fix to #14525w-e-w2024-01-261-0/+2
|
* handle config.json failed to loadw-e-w2024-01-031-3/+9
|
* Merge branch 'dev' into finer-settings-freezing-controlAUTOMATIC11112024-01-011-9/+72
|\
| * add categories to settingsAUTOMATIC11112023-11-261-7/+68
| |
| * json.dump(ensure_ascii=False)w-e-w2023-11-261-1/+1
| | | | | | | | improve json readability
| * do not save HTML explanations from options page to configAUTOMATIC11112023-11-261-2/+2
| |
* | Remove blank line whitespaceNick Harrison2023-10-291-1/+1
| |
* | Add assertions for checking additional settings freezing parametersNick Harrison2023-10-291-4/+19
|/
* fix add_option overriding config with defaultw-e-w2023-09-121-1/+2
|
* fix: update shared.opts.data when add_optionAnyISalIn2023-09-011-0/+1
| | | | Signed-off-by: AnyISalIn <anyisalin@gmail.com>
* also prevent changing API options via override_settingsAUTOMATIC11112023-08-211-2/+2
|
* prevent API options from being changed via APIAUTOMATIC11112023-08-211-6/+13
|
* put infotext label for setting into OptionInfo definition rather than in a ↵AUTOMATIC11112023-08-101-1/+3
| | | | separate list
* split shared.py into multiple files; should resolve all circular reference ↵AUTOMATIC11112023-08-091-0/+236
import errors related to shared.py