Skip to content

Commit 2713c5b

Browse files
committed
Add code comments
1 parent b9aa5a8 commit 2713c5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Flow.Launcher/ViewModel/MainViewModel.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ public partial class MainViewModel : BaseModel, ISavable, IDisposable
5454

5555
private readonly PluginMetadata _historyMetadata = new()
5656
{
57-
ID = "298303A65D128A845D28A7B83B3968C2",
58-
Priority = 0
57+
ID = "298303A65D128A845D28A7B83B3968C2", // ID is for ResultsForUpdate constructor
58+
Priority = 0 // Priority is for calculating scores in UpdateResultView
5959
};
6060

6161
#endregion

0 commit comments

Comments
 (0)