mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Add Enabled property to generic
This commit is contained in:
parent
e866820625
commit
991227a6aa
1 changed files with 1 additions and 0 deletions
|
|
@ -9,5 +9,6 @@ namespace Flow.Launcher.Plugin.Program.Programs
|
|||
string UniqueIdentifier { get; set; }
|
||||
string Name { get; }
|
||||
string Location { get; }
|
||||
bool Enabled { get; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue