mirror of
https://github.com/4sval/FModel.git
synced 2026-06-21 15:30:05 -05:00
Steam detection causes issues
This commit is contained in:
parent
2b41943c01
commit
ba017a4efa
|
|
@ -287,6 +287,7 @@ namespace FModel.ViewModels
|
|||
var libraries = new List<string> { steamPath };
|
||||
|
||||
var listFile = Path.Combine(steamPath, @"steamapps\libraryfolders.vdf");
|
||||
if (!File.Exists(listFile)) return new List<string>();
|
||||
var lines = File.ReadAllLines(listFile);
|
||||
foreach (var line in lines)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user