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 7ef4211 commit 95c2189Copy full SHA for 95c2189
src/Files.App/Actions/Show/ToggleSidebarAction.cs
@@ -6,7 +6,7 @@ namespace Files.App.Actions
6
internal sealed class ToggleSidebarAction : ObservableObject, IToggleAction
7
{
8
private readonly IAppearanceSettingsService AppearanceSettingsService = Ioc.Default.GetRequiredService<IAppearanceSettingsService>();
9
- private readonly ISidebarViewModel SidebarViewModel = Ioc.Default.GetRequiredService<SidebarViewModel>();
+ private readonly ISidebarViewModel SidebarViewModel = Ioc.Default.GetRequiredService<ISidebarViewModel>();
10
11
public string Label
12
=> "ToggleSidebar".GetLocalizedResource();
0 commit comments