mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Update setting description summary
This commit is contained in:
parent
006ec1abb8
commit
ac79803f1b
1 changed files with 3 additions and 2 deletions
|
|
@ -20,8 +20,9 @@ namespace Wox.Plugin.Program
|
|||
/// Contains user added folder location contents as well as all user disabled applications
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// <para>Win32 class applications sets UniqueIdentifier using their full file path</para>
|
||||
/// <para>UWP class applications sets UniqueIdentifier using their Application User Model ID</para>
|
||||
/// <para>Win32 class applications set UniqueIdentifier using their full file path</para>
|
||||
/// <para>UWP class applications set UniqueIdentifier using their Application User Model ID</para>
|
||||
/// <para>Custom user added program sources set UniqueIdentifier using their location</para>
|
||||
/// </remarks>
|
||||
public class ProgramSource
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue