Skip to content

Commit b0d2107

Browse files
yaira20x5bfa
andauthored
Update src/Files.App/Actions/Show/ToggleSidebarAction.cs
Co-authored-by: 0x5BFA <[email protected]>
1 parent 3e55b2d commit b0d2107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/Actions/Show/ToggleSidebarAction.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ SidebarViewModel.SidebarDisplayMode is SidebarDisplayMode.Expanded
2424

2525
public ToggleSidebarAction()
2626
{
27-
AppearanceSettingsService.PropertyChanged += ViewModel_PropertyChanged;
27+
SidebarViewModel.PropertyChanged += ViewModel_PropertyChanged;
2828
}
2929

3030
public Task ExecuteAsync(object? parameter = null)

0 commit comments

Comments
 (0)