mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Intialize translations in InitAsync
This commit is contained in:
parent
71eaf2d789
commit
b9e0669c46
1 changed files with 1 additions and 12 deletions
|
|
@ -592,18 +592,7 @@ namespace Flow.Launcher.Plugin.Explorer.ViewModels
|
|||
|
||||
#region Everything FastSortWarning
|
||||
|
||||
private List<EverythingSortOptionLocalized> _allEverythingSortOptions = new();
|
||||
public List<EverythingSortOptionLocalized> AllEverythingSortOptions
|
||||
{
|
||||
get
|
||||
{
|
||||
if (_allEverythingSortOptions.Count == 0)
|
||||
{
|
||||
_allEverythingSortOptions = EverythingSortOptionLocalized.GetValues();
|
||||
}
|
||||
return _allEverythingSortOptions;
|
||||
}
|
||||
}
|
||||
public List<EverythingSortOptionLocalized> AllEverythingSortOptions = EverythingSortOptionLocalized.GetValues();
|
||||
|
||||
public EverythingSortOption SelectedEverythingSortOption
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue