mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Revert "Remove Uwp Icon's Backgorund color" to avoid conflict
This reverts commit 48c67c7ab7.
This commit is contained in:
parent
a2b2e89272
commit
76f5c6c5ab
1 changed files with 1 additions and 1 deletions
|
|
@ -714,7 +714,7 @@ namespace Flow.Launcher.Plugin.Program.Programs
|
|||
var converted = ColorConverter.ConvertFromString(BackgroundColor);
|
||||
if (converted != null)
|
||||
{
|
||||
var color = Colors.Transparent;
|
||||
var color = (Color)converted;
|
||||
var brush = new SolidColorBrush(color);
|
||||
var pen = new Pen(brush, 1);
|
||||
var backgroundArea = new Rect(0, 0, width, width);
|
||||
|
|
|
|||
Loading…
Reference in a new issue