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 f454f1f commit a3c54edCopy full SHA for a3c54ed
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