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 5f6aed0 commit 7951949Copy full SHA for 7951949
src/Files.App/ViewModels/UserControls/NavigationToolbarViewModel.cs
@@ -756,7 +756,6 @@ public void SwitchToCommandPaletteMode()
756
if (EnableOmnibar)
757
{
758
OmnibarCurrentSelectedModeName = OmnibarPaletteModeName;
759
- IsOmnibarFocused = true;
760
}
761
else
762
@@ -775,7 +774,6 @@ public void SwitchToSearchMode()
775
774
776
777
OmnibarCurrentSelectedModeName = OmnibarSearchModeName;
778
779
780
781
@@ -797,7 +795,6 @@ public void SwitchToSearchMode()
797
795
public void SwitchToPathMode()
798
796
799
OmnibarCurrentSelectedModeName = OmnibarPathModeName;
800
801
802
803
public void UpdateAdditionalActions()
0 commit comments