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 9e3e0f6 commit d338c55Copy full SHA for d338c55
Flow.Launcher.Plugin/Result.cs
@@ -188,8 +188,9 @@ public string PluginDirectory
188
189
// When the Result object is returned from the query call, PluginDirectory is not provided until
190
// UpdatePluginMetadata call is made at PluginManager.cs L196. Once the PluginDirectory becomes available
191
- // we need to update (only if not Uri path) the IcoPath with the full absolute path so the image can be loaded.
+ // we need to update (only if not Uri path) the IcoPath and BadgeIcoPath with the full absolute path so the image can be loaded.
192
IcoPath = _icoPath;
193
+ BadgeIcoPath = _badgeIcoPath;
194
}
195
196
0 commit comments