mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-08-20 16:52:57 +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]
|
||||
protected RustService RustService { get; init; } = null!;
|
||||
|
||||
[Inject]
|
||||
protected SettingsLocker SettingsLocker { get; init; } = null!;
|
||||
}
|
Loading…
Reference in New Issue
Block a user