We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9d3396 commit 92ac7f0Copy full SHA for 92ac7f0
1 file changed
CompactGUI/Models/NewModels/ICompressableFolder.vb
@@ -309,7 +309,7 @@ Public Class CompressableFolderFactory
309
310
311
Private Shared Function IsSteamFolder(folderPath As IO.DirectoryInfo) As Boolean
312
- Return folderPath.Parent?.Parent?.Name = "steamapps"
+ Return folderPath.Parent?.Parent?.Name.ToLowerInvariant = "steamapps"
313
End Function
314
315
0 commit comments