aboutsummaryrefslogtreecommitdiffstats
path: root/modules/options.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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