Files

9 lines
198 B
C#
Raw Permalink Normal View History

2026-03-10 09:55:49 +08:00
namespace LanMountainDesktop.PluginSdk;
public sealed record InstalledPluginInfo(
PluginManifest Manifest,
bool IsEnabled,
bool IsLoaded,
bool IsPackage,
string? ErrorMessage);