yuyuvn / KanColleViewer

Support both Horizontal & Vertical in one version
MIT License
109 stars 52 forks source link

Reduce LogViewer items to reduce lag when switching to it #35

Closed xupefei closed 9 years ago

xupefei commented 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.

Best wishes.