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 a2b2e89 commit 76f5c6cCopy full SHA for 76f5c6c
Plugins/Flow.Launcher.Plugin.Program/Programs/UWP.cs
@@ -714,7 +714,7 @@ private ImageSource PlatedImage(BitmapImage image)
714
var converted = ColorConverter.ConvertFromString(BackgroundColor);
715
if (converted != null)
716
{
717
- var color = Colors.Transparent;
+ var color = (Color)converted;
718
var brush = new SolidColorBrush(color);
719
var pen = new Pen(brush, 1);
720
var backgroundArea = new Rect(0, 0, width, width);
0 commit comments