feat(settings): add portable settings toggle

This commit is contained in:
pixelpaws
2025-10-30 14:08:21 +08:00
parent 077cf7b574
commit ce42d83ce9
5 changed files with 62 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ CORE_USER_SETTING_KEYS: Tuple[str, ...] = (
DEFAULT_SETTINGS: Dict[str, Any] = {
"civitai_api_key": "",
"use_portable_settings": False,
"language": "en",
"show_only_sfw": False,
"enable_metadata_archive_db": False,