fix: remove UI button section, fix _path→path, show folder in file pickers
🚀 Deploy — JH Photomaton / 🔍 Vérification (push) Has been cancelled
🚀 Deploy — JH Photomaton / 🍓 Deploy sur le Pi (push) Has been cancelled

This commit is contained in:
2026-07-17 17:41:54 +02:00
parent 2393396948
commit 4388503102
2 changed files with 2 additions and 36 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ DEFAULT_ACTION: dict = {
def _presets_dir(request: Request) -> Path:
base = Path(request.app.state.config_service._path).parent.parent / "data" / "action_presets"
base = Path(request.app.state.config_service.path).parent.parent / "data" / "action_presets"
base.mkdir(parents=True, exist_ok=True)
return base