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 7b14ee6 commit f2d3360Copy full SHA for f2d3360
src/Files.App/Actions/Show/ToggleSidebarAction.cs
@@ -5,7 +5,7 @@ namespace Files.App.Actions
5
{
6
internal sealed class ToggleSidebarAction : IToggleAction
7
8
- private IAppearanceSettingsService AppearanceSettingsService { get; } = Ioc.Default.GetRequiredService<IAppearanceSettingsService>();
+ private readonly IAppearanceSettingsService AppearanceSettingsService = Ioc.Default.GetRequiredService<IAppearanceSettingsService>();
9
10
public string Label
11
=> "ToggleSidebar".GetLocalizedResource();
0 commit comments