mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-08-07 14:30:15 -03:00
feat(recipes): add recipes_layout setting (grid|masonry) with i18n
This commit is contained in:
@@ -17,7 +17,8 @@ describe('state module', () => {
|
||||
civitai_host: 'civitai.com',
|
||||
language: 'en',
|
||||
blur_mature_content: true,
|
||||
mature_blur_level: 'R'
|
||||
mature_blur_level: 'R',
|
||||
recipes_layout: 'grid'
|
||||
});
|
||||
|
||||
expect(defaultSettings.download_path_templates).toEqual(DEFAULT_PATH_TEMPLATES);
|
||||
|
||||
Reference in New Issue
Block a user