Improve uploader UI and fix rollup platform dependency

This commit is contained in:
soeren
2026-01-29 13:27:22 +01:00
parent 084c52ba2d
commit 6a1c58e51d
7 changed files with 334 additions and 130 deletions

View File

@@ -24,6 +24,7 @@ public sealed class PhotoboothSettings
public string? LastErrorAt { get; set; }
public int MaxConcurrentUploads { get; set; } = 2;
public int UploadDelayMs { get; set; } = 500;
public bool UploadsPaused { get; set; }
public double WindowWidth { get; set; }
public double WindowHeight { get; set; }
}