mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
Refactoring directory path for storage
This commit is contained in:
@@ -23,11 +23,6 @@ namespace Wox.Plugin.Program
|
||||
[DefaultValue(true)]
|
||||
public bool EnableRegistrySource { get; set; }
|
||||
|
||||
protected override string ConfigFolder
|
||||
{
|
||||
get { return Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location); }
|
||||
}
|
||||
|
||||
protected override ProgramStorage LoadDefault()
|
||||
{
|
||||
ProgramSources = new List<ProgramSource>();
|
||||
@@ -44,9 +39,6 @@ namespace Wox.Plugin.Program
|
||||
}
|
||||
}
|
||||
|
||||
protected override string ConfigName
|
||||
{
|
||||
get { return "setting"; }
|
||||
}
|
||||
protected override string FileName { get; } = "settings_plugin_program";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user