Skip to content

Commit 3c4463a

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

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
@@ -37,7 +37,7 @@ public Task ExecuteAsync(object? parameter = null)
3737

3838
private void ViewModel_PropertyChanged(object? sender, PropertyChangedEventArgs e)
3939
{
40-
if (e.PropertyName is nameof(AppearanceSettingsService.IsSidebarOpen))
40+
if (e.PropertyName is nameof(SidebarViewModel.SidebarDisplayMode))
4141
OnPropertyChanged(nameof(IsOn));
4242
}
4343
}

0 commit comments

Comments
 (0)