Improve uploader UI and fix rollup platform dependency
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user