mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
add comment
This commit is contained in:
parent
81e5eaf10d
commit
7e3690f007
1 changed files with 2 additions and 0 deletions
|
|
@ -58,6 +58,8 @@ namespace Flow.Launcher.Core.Resource
|
|||
|
||||
private void LoadDefaultLanguage()
|
||||
{
|
||||
// Removes language files loaded before any plugins were loaded.
|
||||
// Prevents the language Flow started in from overwriting English if the user switches back to English
|
||||
RemoveOldLanguageFiles();
|
||||
LoadLanguage(AvailableLanguages.English);
|
||||
_oldResources.Clear();
|
||||
|
|
|
|||
Loading…
Reference in a new issue