Improve documents

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
Jack Ye 2025-04-04 17:24:21 +08:00 committed by GitHub
parent 473b139ea4
commit cbd8d22723
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -73,7 +73,7 @@ namespace Flow.Launcher.Plugin
public DateTime? DateAdded { get; set; }
/// <summary>
/// The date when the plugin was last updated on the local system
/// Indicates whether the plugin is installed from a local path
/// </summary>
public bool IsFromLocalInstallPath => !string.IsNullOrEmpty(LocalInstallPath);
}