mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Add code comments
This commit is contained in:
parent
d30f292e31
commit
970bb3ac12
1 changed files with 1 additions and 0 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue