From d6a31f02abcb8a1d92b3baae6d452d2ced0c886c Mon Sep 17 00:00:00 2001 From: DB p Date: Sun, 11 Dec 2022 12:40:30 +0900 Subject: [PATCH] Remove Color of debugging --- Flow.Launcher.Core/Plugin/JsonRPCPlugin.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Flow.Launcher.Core/Plugin/JsonRPCPlugin.cs b/Flow.Launcher.Core/Plugin/JsonRPCPlugin.cs index 6ab35fb90..4df5037a5 100644 --- a/Flow.Launcher.Core/Plugin/JsonRPCPlugin.cs +++ b/Flow.Launcher.Core/Plugin/JsonRPCPlugin.cs @@ -379,7 +379,6 @@ namespace Flow.Launcher.Core.Plugin sep.SetResourceReference(Separator.BackgroundProperty, "Color03B"); /* for theme change */ var panel = new StackPanel { - Background = System.Windows.SystemColors.GrayTextBrush, Orientation = Orientation.Vertical, VerticalAlignment = VerticalAlignment.Center, Margin = settingLabelPanelMargin };