aboutsummaryrefslogtreecommitdiff
path: root/modules/ui_settings.py
AgeCommit message (Collapse)Author
2023-08-30Merge pull request #12854 from catboxanon/fix/quicksettings-dropdown-unfocusAUTOMATIC1111
Do not change quicksettings dropdown option when value returned is `None`
2023-08-04Open raw sysinfo link in new pagecatboxanon
2023-07-12use submit blur for quick settings textboxw-e-w
2023-06-05Merge pull request #10956 from akx/lenAUTOMATIC1111
Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressions
2023-06-04add whitelist for environment in the reportAUTOMATIC
add extra link to view the report instead of downloading it
2023-06-03Added sysinfo tab to settingsAUTOMATIC
2023-06-02Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressionsAarni Koskela
2023-05-31add an option to show selected setting in main txt2img/img2img UIAUTOMATIC
split some code from ui.py into ui_settings.py ui_gradio_edxtensions.py add before_process callback for scripts add ability for alwayson scripts to specify section and let user reorder those sections