Add code comments

This commit is contained in:
Jack251970 2025-04-08 20:30:40 +08:00
parent d30f292e31
commit 970bb3ac12

View file

@ -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))