Add uploader advanced settings and live status

This commit is contained in:
Codex Agent
2026-01-12 20:50:39 +01:00
parent fd24014852
commit 3c11aebdbc
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;
}