mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-13 11:09:06 +00:00
Improve QuickLook initialization speed
This commit is contained in:
@@ -40,6 +40,11 @@ public partial class TextViewerPanel : TextEditor, IDisposable
|
||||
{
|
||||
private bool _disposed;
|
||||
|
||||
static TextViewerPanel()
|
||||
{
|
||||
HighlightingThemeManager.Initialize();
|
||||
}
|
||||
|
||||
public TextViewerPanel()
|
||||
{
|
||||
FontSize = 14;
|
||||
|
Reference in New Issue
Block a user