Skip to content

Commit 1c006f4

Browse files
Murad "Gness Erquint" Beybalaev0x5bfa
andauthored
Update src/Files.App/Actions/Show/ToggleSidebarAction.cs
ISidebarViewModel → SidebarViewModel. Co-authored-by: 0x5BFA <[email protected]>
1 parent 1c782a1 commit 1c006f4

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
@@ -5,7 +5,7 @@ namespace Files.App.Actions
55
{
66
internal sealed class ToggleSidebarAction : ObservableObject, IToggleAction
77
{
8-
private readonly ISidebarViewModel SidebarViewModel = Ioc.Default.GetRequiredService<SidebarViewModel>();
8+
private readonly SidebarViewModel SidebarViewModel = Ioc.Default.GetRequiredService<SidebarViewModel>();
99

1010
public string Label
1111
=> "ToggleSidebar".GetLocalizedResource();

0 commit comments

Comments
 (0)