mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-08-20 13:52:56 +00:00
Renamed variable
This commit is contained in:
parent
2f47cc69a7
commit
8bec202278
@ -58,7 +58,7 @@ public partial class About : MSGComponentBase
|
||||
|
||||
private GetLogPathsResponse logPaths;
|
||||
|
||||
private bool showConfigDetails = false;
|
||||
private bool showEnterpriseConfigDetails = false;
|
||||
|
||||
private IPluginMetadata? configPlug = PluginFactory.AvailablePlugins.FirstOrDefault(x => x.Type is PluginType.CONFIGURATION);
|
||||
|
||||
@ -157,7 +157,7 @@ public partial class About : MSGComponentBase
|
||||
this.configPlug = PluginFactory.AvailablePlugins.FirstOrDefault(x => x.Type is PluginType.CONFIGURATION);
|
||||
this.currentEnvironment = EnterpriseEnvironmentService.CURRENT_ENVIRONMENT;
|
||||
|
||||
this.showConfigDetails = !this.showConfigDetails;
|
||||
this.showEnterpriseConfigDetails = !this.showEnterpriseConfigDetails;
|
||||
}
|
||||
|
||||
private async Task CopyStartupLogPath()
|
||||
|
Loading…
Reference in New Issue
Block a user