mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove redundant function call
This commit is contained in:
parent
71c8fce4a0
commit
bea1078d20
1 changed files with 0 additions and 1 deletions
|
|
@ -600,7 +600,6 @@ namespace Flow.Launcher.Plugin.Explorer.ViewModels
|
||||||
if (_allEverythingSortOptions.Count == 0)
|
if (_allEverythingSortOptions.Count == 0)
|
||||||
{
|
{
|
||||||
_allEverythingSortOptions = EverythingSortOptionLocalized.GetValues();
|
_allEverythingSortOptions = EverythingSortOptionLocalized.GetValues();
|
||||||
EverythingSortOptionLocalized.UpdateLabels(_allEverythingSortOptions);
|
|
||||||
}
|
}
|
||||||
return _allEverythingSortOptions;
|
return _allEverythingSortOptions;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue