mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-05-19 18:12:15 +00:00
Made reset method private
This commit is contained in:
parent
2dbcd0af21
commit
a912f484fa
@ -110,7 +110,7 @@ public record ConfigMeta<TClass, TValue> : ConfigMetaBase
|
||||
/// <summary>
|
||||
/// Resets the configuration property to its default value.
|
||||
/// </summary>
|
||||
public void Reset()
|
||||
private void Reset()
|
||||
{
|
||||
var configInstance = this.ConfigSelection.Compile().Invoke(SETTINGS_MANAGER.ConfigurationData);
|
||||
var memberExpression = this.PropertyExpression.GetMemberExpression();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user