Remember uploader window size

This commit is contained in:
Codex Agent
2026-01-12 21:03:27 +01:00
parent 3c11aebdbc
commit 412931d755
3 changed files with 33 additions and 3 deletions

View File

@@ -12,4 +12,6 @@ public sealed class PhotoboothSettings
public string? LastError { get; set; }
public string? LastErrorAt { get; set; }
public int MaxConcurrentUploads { get; set; } = 2;
public double WindowWidth { get; set; }
public double WindowHeight { get; set; }
}