mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Improve code comments
This commit is contained in:
parent
04a56b556b
commit
57fde0a2f3
1 changed files with 2 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ namespace Flow.Launcher.Core.ExternalPlugins.Environments
|
|||
if (resolvedPath.StartsWith(EnvPath, StringComparison.OrdinalIgnoreCase))
|
||||
EnsureLatestInstalled(ExecutablePath, resolvedPath, EnvPath);
|
||||
|
||||
// Ensure the path is updated in settings in case user has moved Flow to a different location
|
||||
// Ensure the path is updated in settings in case environment was updated
|
||||
resolvedPath = ResolvedPluginsSettingsFilePath;
|
||||
return SetPathForPluginPairs(resolvedPath, Language);
|
||||
}
|
||||
|
|
@ -112,6 +112,7 @@ namespace Flow.Launcher.Core.ExternalPlugins.Environments
|
|||
InstallEnvironment();
|
||||
}
|
||||
|
||||
// Ensure the path is updated when user has chosen to install or select environment executable
|
||||
resolvedPath = ResolvedPluginsSettingsFilePath;
|
||||
if (FilesFolders.FileExists(resolvedPath))
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue