Skip to content

Commit d338c55

Browse files
committed
Fix badge icon url issue
1 parent 9e3e0f6 commit d338c55

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Flow.Launcher.Plugin/Result.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,9 @@ public string PluginDirectory
188188

189189
// When the Result object is returned from the query call, PluginDirectory is not provided until
190190
// 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.
191+
// we need to update (only if not Uri path) the IcoPath and BadgeIcoPath with the full absolute path so the image can be loaded.
192192
IcoPath = _icoPath;
193+
BadgeIcoPath = _badgeIcoPath;
193194
}
194195
}
195196

0 commit comments

Comments
 (0)