We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adb6e79 commit 82af711Copy full SHA for 82af711
src/Files.App/ViewModels/UserControls/NavigationToolbarViewModel.cs
@@ -1231,6 +1231,15 @@ public void PopulateOmnibarSuggestionsForCommandPaletteMode()
1231
{
1232
OmnibarCommandPaletteModeSuggestionItems.Add(item);
1233
}
1234
+
1235
+ if (OmnibarCommandPaletteModeSuggestionItems.Count is 0)
1236
+ {
1237
+ OmnibarCommandPaletteModeSuggestionItems.Add(new NavigationBarSuggestionItem()
1238
1239
+ PrimaryDisplay = Strings.NavigationToolbarVisiblePathNoResults.GetLocalizedResource(),
1240
+ SearchText = OmnibarCommandPaletteModeText,
1241
+ });
1242
+ }
1243
1244
1245
[Obsolete("Remove once Omnibar goes out of experimental.")]
0 commit comments