mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 11:46:30 +02:00
Add uniqiue identifier when adding customer user program source
This commit is contained in:
@@ -53,6 +53,7 @@ namespace Wox.Plugin.Program
|
||||
var source = new Settings.ProgramSource
|
||||
{
|
||||
Location = Directory.Text,
|
||||
UniqueIdentifier = Directory.Text
|
||||
};
|
||||
_settings.ProgramSources.Insert(0, source);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user