We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2713c5b commit 41211e8Copy full SHA for 41211e8
Flow.Launcher/ViewModel/MainViewModel.cs
@@ -54,7 +54,7 @@ public partial class MainViewModel : BaseModel, ISavable, IDisposable
54
55
private readonly PluginMetadata _historyMetadata = new()
56
{
57
- ID = "298303A65D128A845D28A7B83B3968C2", // ID is for ResultsForUpdate constructor
+ ID = "298303A65D128A845D28A7B83B3968C2", // ID is for identifying the update plugin in UpdateActionAsync
58
Priority = 0 // Priority is for calculating scores in UpdateResultView
59
};
60
0 commit comments