- [GUI] correction

This commit is contained in:
Razmoth
2023-10-24 22:17:49 +04:00
parent e2ac381202
commit 57d78dbb5c

View File

@@ -220,7 +220,7 @@ namespace AssetStudio.GUI
{ {
paths = File.ReadAllLines(paths[0]); paths = File.ReadAllLines(paths[0]);
} }
await Task.Run(() => assetsManager.LoadFiles(openFileDialog1.FileNames)); await Task.Run(() => assetsManager.LoadFiles(paths));
BuildAssetStructures(); BuildAssetStructures();
} }
} }