mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
bugfix
This commit is contained in:
parent
cb295bbd90
commit
440337ba22
1 changed files with 0 additions and 2 deletions
|
|
@ -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) { }
|
||||
|
|
|
|||
Loading…
Reference in a new issue