From 970bb3ac1268f8e3e443f48aef77d80324b2da15 Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Tue, 8 Apr 2025 20:30:40 +0800 Subject: [PATCH] Add code comments --- Flow.Launcher/Resources/Controls/InstalledPluginDisplay.xaml.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Flow.Launcher/Resources/Controls/InstalledPluginDisplay.xaml.cs b/Flow.Launcher/Resources/Controls/InstalledPluginDisplay.xaml.cs index ab9496266..a27a00782 100644 --- a/Flow.Launcher/Resources/Controls/InstalledPluginDisplay.xaml.cs +++ b/Flow.Launcher/Resources/Controls/InstalledPluginDisplay.xaml.cs @@ -9,6 +9,7 @@ public partial class InstalledPluginDisplay InitializeComponent(); } + // This is used for PriorityControl to force its value to be 0 when the user clears the value private void NumberBox_OnValueChanged(NumberBox sender, NumberBoxValueChangedEventArgs args) { if (double.IsNaN(args.NewValue))