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