Inject SettingsLocker into SettingsPanelBase

This commit is contained in:
Thorsten Sommer 2025-06-01 20:49:24 +02:00
parent 3f9726428e
commit f1fcae3ab8
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -15,4 +15,7 @@ public abstract class SettingsPanelBase : MSGComponentBase
[Inject] [Inject]
protected RustService RustService { get; init; } = null!; protected RustService RustService { get; init; } = null!;
[Inject]
protected SettingsLocker SettingsLocker { get; init; } = null!;
} }