Do not check Flow Launcher default language file since it is binary embedded

This commit is contained in:
Jack251970 2025-07-20 15:26:07 +08:00
parent 2ee53dfbf7
commit 634bdc5bd6

View file

@ -102,13 +102,6 @@ namespace Flow.Launcher.Core.Resource
return;
}
// Check if the language directory contains default language file
if (!File.Exists(Path.Combine(directory, DefaultFile)))
{
API.LogError(ClassName, $"Default language file can't be found in path <{directory}>");
return;
}
_languageDirectories.Add(directory);
}