Skip to content

Commit 66d305c

Browse files
committed
Revert
1 parent 031f8fb commit 66d305c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/ViewModels/UserControls/NavigationToolbarViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public sealed partial class NavigationToolbarViewModel : ObservableObject, IAddr
7575

7676
public bool SearchHasFocus { get; private set; }
7777

78-
public bool ShowHomeButton => AppearanceSettingsService.ShowHomeButton && !GeneralSettingsService.EnableOmnibar;
78+
public bool ShowHomeButton => AppearanceSettingsService.ShowHomeButton;
7979
public bool EnableOmnibar => GeneralSettingsService.EnableOmnibar;
8080

8181
public bool ShowShelfPaneToggleButton => AppearanceSettingsService.ShowShelfPaneToggleButton && AppLifecycleHelper.AppEnvironment is AppEnvironment.Dev;

0 commit comments

Comments
 (0)