mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Improve code comments
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
57fde0a2f3
commit
bfed5168f0
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ namespace Flow.Launcher.Core.ExternalPlugins.Environments
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Resolves the configured plugin settings file path to an absolute path.
|
||||
/// Resolves the configured runtime executable path to an absolute path.
|
||||
/// Supports both absolute paths and relative paths (relative to ProgramDirectory).
|
||||
/// </summary>
|
||||
private string ResolvedPluginsSettingsFilePath => DataLocation.ResolveAbsolutePath(PluginsSettingsFilePath);
|
||||
|
|
|
|||
Loading…
Reference in a new issue