mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-23 19:59:31 +01:00
Always use ToLowerInvariant
This commit is contained in:
@@ -253,7 +253,7 @@ namespace Flowframes
|
||||
{
|
||||
try
|
||||
{
|
||||
return Path.GetExtension(filePath)?.ToLower() == ".concat";
|
||||
return Path.GetExtension(filePath)?.ToLowerInvariant() == ".concat";
|
||||
}
|
||||
catch
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user