mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Do not check Flow Launcher default language file since it is binary embedded
This commit is contained in:
parent
2ee53dfbf7
commit
634bdc5bd6
1 changed files with 0 additions and 7 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue