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