Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'UVtools.WPF/Structures/PEProfileFolder.cs')
-rw-r--r--UVtools.WPF/Structures/PEProfileFolder.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/UVtools.WPF/Structures/PEProfileFolder.cs b/UVtools.WPF/Structures/PEProfileFolder.cs
index c09745b..5e26514 100644
--- a/UVtools.WPF/Structures/PEProfileFolder.cs
+++ b/UVtools.WPF/Structures/PEProfileFolder.cs
@@ -120,6 +120,10 @@ namespace UVtools.WPF.Structures
Items[i].IsEnabled = false;
}
}
+ else
+ {
+ Updates++;
+ }
}
}
}