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 bb243e2 commit a198b25Copy full SHA for a198b25
src/Files.App/ViewModels/Layouts/BaseLayoutViewModel.cs
@@ -19,7 +19,6 @@ namespace Files.App.ViewModels.Layouts
19
/// </summary>
20
public sealed partial class BaseLayoutViewModel : IDisposable
21
{
22
- private readonly IDialogService DialogService = Ioc.Default.GetRequiredService<IDialogService>();
23
protected ICommandManager Commands { get; } = Ioc.Default.GetRequiredService<ICommandManager>();
24
private ILogger? Logger { get; } = Ioc.Default.GetRequiredService<ILogger<App>>();
25
0 commit comments