Skip to content

Commit d6a31f0

Browse files
committed
Remove Color of debugging
1 parent b4b342f commit d6a31f0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Flow.Launcher.Core/Plugin/JsonRPCPlugin.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,6 @@ public Control CreateSettingPanel()
379379
sep.SetResourceReference(Separator.BackgroundProperty, "Color03B"); /* for theme change */
380380
var panel = new StackPanel
381381
{
382-
Background = System.Windows.SystemColors.GrayTextBrush,
383382
Orientation = Orientation.Vertical, VerticalAlignment = VerticalAlignment.Center,
384383
Margin = settingLabelPanelMargin
385384
};

0 commit comments

Comments
 (0)