feat(settings): allow hiding folder sidebar

This commit is contained in:
pixelpaws
2025-11-03 06:39:13 +08:00
parent 1f9f821576
commit 94e0308a12
19 changed files with 163 additions and 11 deletions

View File

@@ -26,6 +26,7 @@ const DEFAULT_SETTINGS_BASE = Object.freeze({
autoplay_on_hover: false,
display_density: 'default',
card_info_display: 'always',
show_folder_sidebar: true,
model_name_display: 'model_name',
model_card_footer_action: 'example_images',
include_trigger_words: false,