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 2dc4c73 commit c7e1e19Copy full SHA for c7e1e19
src/Files.App/ViewModels/UserControls/NavigationToolbarViewModel.cs
@@ -772,7 +772,6 @@ public void SwitchToCommandPaletteMode()
772
if (EnableOmnibar)
773
{
774
OmnibarCurrentSelectedModeName = OmnibarPaletteModeName;
775
- IsOmnibarFocused = true;
776
}
777
else
778
@@ -791,7 +790,6 @@ public void SwitchToSearchMode()
791
790
792
793
OmnibarCurrentSelectedModeName = OmnibarSearchModeName;
794
795
796
797
@@ -813,7 +811,6 @@ public void SwitchToSearchMode()
813
811
public void SwitchToPathMode()
814
812
815
OmnibarCurrentSelectedModeName = OmnibarPathModeName;
816
817
818
819
public void UpdateAdditionalActions()
0 commit comments