Skip to content

Commit 74c62a1

Browse files
committed
Fixed "The path is missing now when I focus on path mode using the mouse"
1 parent e744e0c commit 74c62a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App.Controls/Omnibar/Omnibar.Properties.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ partial void OnCurrentSelectedModePropertyChanged(DependencyPropertyChangedEvent
2828
return;
2929

3030
ChangeMode(e.OldValue as OmnibarMode, newMode);
31-
CurrentSelectedModeName = newMode.ModeName;
31+
CurrentSelectedModeName = newMode.Name;
3232
}
3333

3434
partial void OnCurrentSelectedModeNameChanged(string? newValue)

0 commit comments

Comments
 (0)