remove transparent window

This commit is contained in:
Paddy Xu
2017-11-02 21:49:20 +02:00
parent fe5e8bf730
commit 8440bc6fc7
21 changed files with 208 additions and 296 deletions

View File

@@ -31,7 +31,6 @@ namespace QuickLook.Plugin.MailViewer
private string _tmpDir = Path.Combine(Path.GetTempPath(), Guid.NewGuid().ToString());
public int Priority => int.MaxValue;
public bool AllowsTransparency => false;
public void Init()
{