Move cache clear to Image Options in settings

This commit is contained in:
awsr
2026-01-26 01:53:29 -08:00
parent 5613cb383a
commit e63422ba16
4 changed files with 42 additions and 32 deletions
-4
View File
@@ -11,10 +11,6 @@ const monitoredOpts = [
{ sd_backend: () => gradioApp().getElementById('refresh_sd_model_checkpoint')?.click() },
];
function monitorOption(option, callback) {
monitoredOpts.push({ [option]: callback });
}
const AppyOpts = [
{ compact_view: (val, old) => toggleCompact(val, old) },
{ gradio_theme: (val, old) => setTheme(val, old) },