From f3cb85ea5917a998f91414578c0c07dc869f9f42 Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Mon, 15 Sep 2025 18:46:47 +0800 Subject: [PATCH] Remove unnecessary check --- Flow.Launcher.Core/Plugin/JsonRPCPluginSettings.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/Flow.Launcher.Core/Plugin/JsonRPCPluginSettings.cs b/Flow.Launcher.Core/Plugin/JsonRPCPluginSettings.cs index 0306bb29e..f96486947 100644 --- a/Flow.Launcher.Core/Plugin/JsonRPCPluginSettings.cs +++ b/Flow.Launcher.Core/Plugin/JsonRPCPluginSettings.cs @@ -519,9 +519,6 @@ namespace Flow.Launcher.Core.Plugin { if (child is FrameworkElement element && Grid.GetColumn(element) == 0 && Grid.GetColumnSpan(element) == 1) { - if (element.MaxWidth < constrainedWidth) - continue; - element.MaxWidth = constrainedWidth; } }