fixed logger selectFile

This commit is contained in:
PaulKoudelka 2026-03-10 13:49:02 +01:00
parent 0007b80a3a
commit 099f9232d0

View File

@ -32,7 +32,7 @@ public partial class SelectFile : MSGComponentBase
public RustService RustService { get; set; } = null!; public RustService RustService { get; set; } = null!;
[Inject] [Inject]
protected ILogger<SelectDirectory> Logger { get; init; } = null!; protected ILogger<SelectFile> Logger { get; init; } = null!;
private static readonly Dictionary<string, object?> SPELLCHECK_ATTRIBUTES = new(); private static readonly Dictionary<string, object?> SPELLCHECK_ATTRIBUTES = new();