Closed xupefei closed 9 years ago
Hello, when the log file is longer than 200 lines, the UI will have significant lag when switching to the LogViewer plugin. Change file https://github.com/yuyuvn/KanColleViewer/blob/master/Plugins/LogViewer/ViewModels/PortalViewModel.cs#L216 .Take(200) to .Take(100) will be much better.
.Take(200)
.Take(100)
Best wishes.
Hello, when the log file is longer than 200 lines, the UI will have significant lag when switching to the LogViewer plugin. Change file https://github.com/yuyuvn/KanColleViewer/blob/master/Plugins/LogViewer/ViewModels/PortalViewModel.cs#L216
.Take(200)
to.Take(100)
will be much better.Best wishes.