mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-14 13:14:14 +01:00
add new main UI, up version
This commit is contained in:
parent
c604e5fa37
commit
d5486307ee
8 changed files with 1117 additions and 782 deletions
|
|
@ -231,6 +231,7 @@ namespace MareSynchronos.Managers
|
|||
|| f.EndsWith(".mdl", StringComparison.OrdinalIgnoreCase)
|
||||
|| f.EndsWith(".mtrl", StringComparison.OrdinalIgnoreCase)))
|
||||
.Concat(Directory.EnumerateFiles(_pluginConfiguration.CacheFolder, "*.*", SearchOption.AllDirectories)
|
||||
.Where(f => new FileInfo(f).Name.Length == 40)
|
||||
.Select(s => s.ToLowerInvariant()))
|
||||
.Select(p => new KeyValuePair<string, bool>(p, false)).ToList());
|
||||
List<FileCache> fileCaches;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue