This commit is contained in:
Vic 2022-10-25 00:09:20 +08:00
parent cb295bbd90
commit 440337ba22

View file

@ -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) { }