diff --git a/Plugins/Flow.Launcher.Plugin.Program/Views/Models/ProgramSource.cs b/Plugins/Flow.Launcher.Plugin.Program/Views/Models/ProgramSource.cs index 45b706a9b..5deb6b396 100644 --- a/Plugins/Flow.Launcher.Plugin.Program/Views/Models/ProgramSource.cs +++ b/Plugins/Flow.Launcher.Plugin.Program/Views/Models/ProgramSource.cs @@ -74,8 +74,6 @@ namespace Flow.Launcher.Plugin.Program.Views.Models public class DisabledProgramSource : ProgramSource { - public new bool Enabled { get; init; } - public DisabledProgramSource() { } // only for json deserialization public DisabledProgramSource(string location) : base(location, false) { }