Fix some ToDos, parallelization problems.

This commit is contained in:
Ottermandias 2023-07-03 16:39:34 +02:00
parent 0ed94676ed
commit 8ea6893fc3
15 changed files with 50 additions and 41 deletions

View file

@ -15,7 +15,7 @@ namespace Penumbra.UI;
internal sealed class ResourceWatcherTable : Table<Record>
{
public ResourceWatcherTable(Configuration config, ICollection<Record> records)
public ResourceWatcherTable(Configuration config, IReadOnlyCollection<Record> records)
: base("##records",
records,
new PathColumn { Label = "Path" },