Skip to content

Commit 991227a

Browse files
committed
Add Enabled property to generic
1 parent e866820 commit 991227a

File tree

1 file changed

+1
-0
lines changed
  • Plugins/Flow.Launcher.Plugin.Program/Programs

1 file changed

+1
-0
lines changed

Plugins/Flow.Launcher.Plugin.Program/Programs/IProgram.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ public interface IProgram
99
string UniqueIdentifier { get; set; }
1010
string Name { get; }
1111
string Location { get; }
12+
bool Enabled { get; }
1213
}
1314
}

0 commit comments

Comments
 (0)