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 5a57b46 commit 39d84bbCopy full SHA for 39d84bb
src/Files.App/ViewModels/UserControls/NavigationToolbarViewModel.cs
@@ -243,7 +243,8 @@ public bool IsOmnibarFocused
243
_ = PopulateOmnibarSuggestionsForPathMode();
244
break;
245
case OmnibarPaletteModeName:
246
- PopulateOmnibarSuggestionsForCommandPaletteMode();
+ if (OmnibarCommandPaletteModeSuggestionItems.Count is 0)
247
+ PopulateOmnibarSuggestionsForCommandPaletteMode();
248
249
case OmnibarSearchModeName:
250
0 commit comments