Remember uploader window size
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user