mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 10:46:33 +02:00
Save relative path to settings (#11543)
This commit is contained in:
@@ -51,8 +51,6 @@ namespace Wox.Plugin
|
||||
{
|
||||
_pluginDirectory = value;
|
||||
ExecuteFilePath = Path.Combine(value, ExecuteFileName);
|
||||
IcoPathDark = Path.Combine(value, IcoPathDark);
|
||||
IcoPathLight = Path.Combine(value, IcoPathLight);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user