Added SearchPivotName trnslation resource

This commit is contained in:
Aleh Khantsevich
2024-05-09 01:11:02 +02:00
parent 1f6e1db695
commit 1f59d3179c
3 changed files with 7 additions and 1 deletions

View File

@@ -491,7 +491,7 @@ namespace Wino.Mail.ViewModels
if (ActiveFolder == null) return;
PivotFolders.Add(new FolderPivotViewModel("Results", isFocused));
PivotFolders.Add(new FolderPivotViewModel(Translator.SearchPivotName, isFocused));
// This will trigger refresh.
SelectedFolderPivot = PivotFolders.FirstOrDefault();