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 0ba4b8d commit 7ef4211Copy full SHA for 7ef4211
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 SidebarViewModel SidebarViewModel = Ioc.Default.GetRequiredService<SidebarViewModel>();
+ private readonly ISidebarViewModel SidebarViewModel = Ioc.Default.GetRequiredService<SidebarViewModel>();
10
11
public string Label
12
=> "ToggleSidebar".GetLocalizedResource();
0 commit comments