mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Improve documents
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
parent
473b139ea4
commit
cbd8d22723
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ namespace Flow.Launcher.Plugin
|
||||||
public DateTime? DateAdded { get; set; }
|
public DateTime? DateAdded { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The date when the plugin was last updated on the local system
|
/// Indicates whether the plugin is installed from a local path
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public bool IsFromLocalInstallPath => !string.IsNullOrEmpty(LocalInstallPath);
|
public bool IsFromLocalInstallPath => !string.IsNullOrEmpty(LocalInstallPath);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue