Add uploader advanced settings and live status
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
tests / ui (push) Has been cancelled

This commit is contained in:
Codex Agent
2026-01-12 20:50:39 +01:00
parent c8d1ac7971
commit 898ac9ff0e
4 changed files with 274 additions and 26 deletions

View File

@@ -11,4 +11,5 @@ public sealed class PhotoboothSettings
public string? WatchFolder { get; set; }
public string? LastError { get; set; }
public string? LastErrorAt { get; set; }
public int MaxConcurrentUploads { get; set; } = 2;
}