mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Use clear function
This commit is contained in:
parent
b05c2c1e1a
commit
6c695f09e7
1 changed files with 1 additions and 1 deletions
|
|
@ -256,8 +256,8 @@ namespace Flow.Launcher.Core.Resource
|
|||
foreach (var r in _oldResources)
|
||||
{
|
||||
dicts.Remove(r);
|
||||
_oldResources.Remove(r);
|
||||
}
|
||||
_oldResources.Clear();
|
||||
}
|
||||
|
||||
private void LoadLanguage(Language language)
|
||||
|
|
|
|||
Loading…
Reference in a new issue