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/MainWindow.Log.cs')
-rw-r--r--UVtools.WPF/MainWindow.Log.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/UVtools.WPF/MainWindow.Log.cs b/UVtools.WPF/MainWindow.Log.cs
index 6540e12..4939772 100644
--- a/UVtools.WPF/MainWindow.Log.cs
+++ b/UVtools.WPF/MainWindow.Log.cs
@@ -14,7 +14,7 @@ namespace UVtools.WPF
{
public partial class MainWindow
{
- public ObservableCollection<LogItem> Logs { get; } = new ObservableCollection<LogItem>();
+ public RangeObservableCollection<LogItem> Logs { get; } = new();
private bool _isVerbose;
public bool IsVerbose