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 3c4463a commit 669d10aCopy full SHA for 669d10a
src/Files.App/Actions/Show/ToggleSidebarAction.cs
@@ -5,8 +5,7 @@ namespace Files.App.Actions
5
{
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<ISidebarViewModel>();
+ private readonly ISidebarViewModel SidebarViewModel = Ioc.Default.GetRequiredService<SidebarViewModel>();
10
11
public string Label
12
=> "ToggleSidebar".GetLocalizedResource();
0 commit comments