Remember uploader window size
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 21:03:27 +01:00
parent 898ac9ff0e
commit be722f6e37
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; }
}