Skip to content

Commit 970bb3a

Browse files
committed
Add code comments
1 parent d30f292 commit 970bb3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Flow.Launcher/Resources/Controls/InstalledPluginDisplay.xaml.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ public InstalledPluginDisplay()
99
InitializeComponent();
1010
}
1111

12+
// This is used for PriorityControl to force its value to be 0 when the user clears the value
1213
private void NumberBox_OnValueChanged(NumberBox sender, NumberBoxValueChangedEventArgs args)
1314
{
1415
if (double.IsNaN(args.NewValue))

0 commit comments

Comments
 (0)