Merge branch 'main' into refactor/setting-dialog

This commit is contained in:
Alexander Brown
2026-02-10 12:34:29 -08:00
committed by GitHub
15 changed files with 298 additions and 82 deletions

View File

@@ -1047,7 +1047,7 @@ export class ComfyApi extends EventTarget {
/**
* Stores a dictionary of settings for the current user
*/
async storeSettings(settings: Settings) {
async storeSettings(settings: Partial<Settings>) {
return this.fetchApi(`/settings`, {
method: 'POST',
body: JSON.stringify(settings)