Skip to content

Commit 41211e8

Browse files
committed
Improve code comments
1 parent 2713c5b commit 41211e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/ViewModel/MainViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public partial class MainViewModel : BaseModel, ISavable, IDisposable
5454

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

0 commit comments

Comments
 (0)