mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove useless field in ProgramSource
This commit is contained in:
parent
cf0d7067eb
commit
da058197c7
1 changed files with 0 additions and 1 deletions
|
|
@ -9,7 +9,6 @@ namespace Wox.Infrastructure.UserSettings
|
|||
public class ProgramSource
|
||||
{
|
||||
public string Location { get; set; }
|
||||
public string Assembly { get; set; }
|
||||
public string Type { get; set; }
|
||||
public int BounsPoints { get; set; }
|
||||
public bool Enabled { get; set; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue