Skip to content

Commit 95c2189

Browse files
author
Gness Erquint
committed
Forgot the type…
1 parent 7ef4211 commit 95c2189

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
@@ -6,7 +6,7 @@ namespace Files.App.Actions
66
internal sealed class ToggleSidebarAction : ObservableObject, IToggleAction
77
{
88
private readonly IAppearanceSettingsService AppearanceSettingsService = Ioc.Default.GetRequiredService<IAppearanceSettingsService>();
9-
private readonly ISidebarViewModel SidebarViewModel = Ioc.Default.GetRequiredService<SidebarViewModel>();
9+
private readonly ISidebarViewModel SidebarViewModel = Ioc.Default.GetRequiredService<ISidebarViewModel>();
1010

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

0 commit comments

Comments
 (0)