Skip to content

Commit 7b14ee6

Browse files
Murad "Gness Erquint" Beybalaev0x5bfa
andauthored
Update src/Files.App/Actions/Show/ToggleSidebarAction.cs
Co-authored-by: 0x5BFA <[email protected]>
1 parent 54aea3b commit 7b14ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
namespace Files.App.Actions
55
{
6-
internal sealed class ToggleSidebarAction : ObservableObject, IToggleAction
6+
internal sealed class ToggleSidebarAction : IToggleAction
77
{
88
private IAppearanceSettingsService AppearanceSettingsService { get; } = Ioc.Default.GetRequiredService<IAppearanceSettingsService>();
99

0 commit comments

Comments
 (0)