Save relative path to settings (#11543)

This commit is contained in:
Mykhailo Pylyp
2021-06-01 10:57:53 +03:00
committed by GitHub
parent 3807673574
commit cecf6fb089
3 changed files with 18 additions and 5 deletions

View File

@@ -51,8 +51,6 @@ namespace Wox.Plugin
{
_pluginDirectory = value;
ExecuteFilePath = Path.Combine(value, ExecuteFileName);
IcoPathDark = Path.Combine(value, IcoPathDark);
IcoPathLight = Path.Combine(value, IcoPathLight);
}
}