Add Enabled property to generic

This commit is contained in:
弘韬 张 2020-10-14 23:37:09 +08:00
parent e866820625
commit 991227a6aa

View file

@ -9,5 +9,6 @@ namespace Flow.Launcher.Plugin.Program.Programs
string UniqueIdentifier { get; set; }
string Name { get; }
string Location { get; }
bool Enabled { get; }
}
}