mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Add uniqiue identifier when adding customer user program source
This commit is contained in:
parent
85638c23ae
commit
b2a47e6216
1 changed files with 1 additions and 0 deletions
|
|
@ -53,6 +53,7 @@ namespace Wox.Plugin.Program
|
|||
var source = new Settings.ProgramSource
|
||||
{
|
||||
Location = Directory.Text,
|
||||
UniqueIdentifier = Directory.Text
|
||||
};
|
||||
_settings.ProgramSources.Insert(0, source);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue