From 440337ba2205dee7fa5ef8c629a94d4a8e7dd2b6 Mon Sep 17 00:00:00 2001 From: Vic <10308169+VictoriousRaptor@users.noreply.github.com> Date: Tue, 25 Oct 2022 00:09:20 +0800 Subject: [PATCH] bugfix --- .../Flow.Launcher.Plugin.Program/Views/Models/ProgramSource.cs | 2 -- 1 file changed, 2 deletions(-) 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) { }