mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-16 13:44:17 +01:00
Fix some ToDos, parallelization problems.
This commit is contained in:
parent
0ed94676ed
commit
8ea6893fc3
15 changed files with 50 additions and 41 deletions
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue