UX Pass 5 (#3128)
Co-authored-by: Robbie Davis <robbie@therobbiedavis.com>
This commit is contained in:
parent
dbc4f35107
commit
c93af3e56f
126 changed files with 1989 additions and 2877 deletions
|
@ -18,4 +18,9 @@ public class RefreshSeriesDto
|
|||
/// </summary>
|
||||
/// <remarks>This is expensive if true. Defaults to true.</remarks>
|
||||
public bool ForceUpdate { get; init; } = true;
|
||||
/// <summary>
|
||||
/// Should the task force re-calculation of colorscape.
|
||||
/// </summary>
|
||||
/// <remarks>This is expensive if true. Defaults to true.</remarks>
|
||||
public bool ForceColorscape { get; init; } = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue