Skip to content

Commit 0d9d417

Browse files
committed
Update ToggleSidebarAction.cs
1 parent 669d10a commit 0d9d417

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Files.App/Actions/Show/ToggleSidebarAction.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
// Copyright (c) 2024 Files Community
22
// Licensed under the MIT License. See the LICENSE.
33

4+
using Files.App.UserControls.Sidebar;
5+
46
namespace Files.App.Actions
57
{
68
internal sealed class ToggleSidebarAction : ObservableObject, IToggleAction
79
{
8-
private readonly ISidebarViewModel SidebarViewModel = Ioc.Default.GetRequiredService<SidebarViewModel>();
10+
private readonly SidebarViewModel SidebarViewModel = Ioc.Default.GetRequiredService<SidebarViewModel>();
911

1012
public string Label
1113
=> "ToggleSidebar".GetLocalizedResource();

0 commit comments

Comments
 (0)