mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
Enable user selected program loading only
Update logic, add program source only loading
This commit is contained in:
@@ -12,11 +12,15 @@ namespace Wox.Plugin.Program
|
||||
|
||||
public bool EnableRegistrySource { get; set; } = true;
|
||||
|
||||
public bool EnableProgramSourceOnly { get; set; } = false;
|
||||
|
||||
internal const char SuffixSeperator = ';';
|
||||
|
||||
public class ProgramSource
|
||||
{
|
||||
public string Location { get; set; }
|
||||
public string LocationFile { get; set; }
|
||||
public bool EnableIndexing { get; set; } = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user