mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-08-21 04:12:56 +00:00
Inject SettingsLocker into SettingsPanelBase
This commit is contained in:
parent
3f9726428e
commit
f1fcae3ab8
@ -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!;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user