mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-05-21 14:12:15 +00:00
Fixed empty line madness
This commit is contained in:
parent
566fdc9142
commit
2dbcd0af21
@ -64,4 +64,4 @@ public partial class SettingsPanelApp : SettingsPanelBase
|
|||||||
this.SettingsManager.ConfigurationData.App.LanguagePluginId = pluginId;
|
this.SettingsManager.ConfigurationData.App.LanguagePluginId = pluginId;
|
||||||
await this.MessageBus.SendMessage<bool>(this, Event.PLUGINS_RELOADED);
|
await this.MessageBus.SendMessage<bool>(this, Event.PLUGINS_RELOADED);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -129,4 +129,4 @@ public record ConfigMeta<TClass, TValue> : ConfigMetaBase
|
|||||||
if (memberExpression.Member is System.Reflection.PropertyInfo propertyInfo)
|
if (memberExpression.Member is System.Reflection.PropertyInfo propertyInfo)
|
||||||
propertyInfo.SetValue(configInstance, value);
|
propertyInfo.SetValue(configInstance, value);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -857,4 +857,4 @@ public static partial class ManagedConfiguration
|
|||||||
|
|
||||||
return successful;
|
return successful;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -413,4 +413,4 @@ public static partial class ManagedConfiguration
|
|||||||
var configPath = $"{configName}.{className}.{propertyName}";
|
var configPath = $"{configName}.{className}.{propertyName}";
|
||||||
return configPath;
|
return configPath;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user