Skip to content

Commit 8d5e5d0

Browse files
committed
Update
1 parent e1c8615 commit 8d5e5d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/UserControls/NavigationToolbar.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ await DialogDisplayHelper.ShowDialogAsync(Strings.CommandNotExecutable.GetLocali
291291
else
292292
await command.ExecuteAsync();
293293

294-
ViewModel.OmnibarCommandPaletteModeText = string.Empty;
294+
Omnibar.ChangeMode(OmnibarPathMode);
295295
}
296296
else if (Omnibar.CurrentSelectedMode == OmnibarSearchMode)
297297
{

0 commit comments

Comments
 (0)