We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 473b139 commit cbd8d22Copy full SHA for cbd8d22
Flow.Launcher.Plugin/UserPlugin.cs
@@ -73,7 +73,7 @@ public record UserPlugin
73
public DateTime? DateAdded { get; set; }
74
75
/// <summary>
76
- /// The date when the plugin was last updated on the local system
+ /// Indicates whether the plugin is installed from a local path
77
/// </summary>
78
public bool IsFromLocalInstallPath => !string.IsNullOrEmpty(LocalInstallPath);
79
}
0 commit comments