aboutsummaryrefslogtreecommitdiffstats
path: root/modules/options.py
Commit message (Expand)AuthorAgeFilesLines
* add categories to settingsAUTOMATIC11112023-11-261-7/+68
* json.dump(ensure_ascii=False)w-e-w2023-11-261-1/+1
* 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
* 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 se...AUTOMATIC11112023-08-101-1/+3
* split shared.py into multiple files; should resolve all circular reference im...AUTOMATIC11112023-08-091-0/+236