We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c782a1 commit 1c006f4Copy full SHA for 1c006f4
src/Files.App/Actions/Show/ToggleSidebarAction.cs
@@ -5,7 +5,7 @@ namespace Files.App.Actions
5
{
6
internal sealed class ToggleSidebarAction : ObservableObject, IToggleAction
7
8
- private readonly ISidebarViewModel SidebarViewModel = Ioc.Default.GetRequiredService<SidebarViewModel>();
+ private readonly SidebarViewModel SidebarViewModel = Ioc.Default.GetRequiredService<SidebarViewModel>();
9
10
public string Label
11
=> "ToggleSidebar".GetLocalizedResource();
0 commit comments