mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Add code comments
This commit is contained in:
parent
b9aa5a88cf
commit
2713c5babf
1 changed files with 2 additions and 2 deletions
|
|
@ -54,8 +54,8 @@ namespace Flow.Launcher.ViewModel
|
|||
|
||||
private readonly PluginMetadata _historyMetadata = new()
|
||||
{
|
||||
ID = "298303A65D128A845D28A7B83B3968C2",
|
||||
Priority = 0
|
||||
ID = "298303A65D128A845D28A7B83B3968C2", // ID is for ResultsForUpdate constructor
|
||||
Priority = 0 // Priority is for calculating scores in UpdateResultView
|
||||
};
|
||||
|
||||
#endregion
|
||||
|
|
|
|||
Loading…
Reference in a new issue