Stop using adaptive theme. Fix #194.

This commit is contained in:
Paddy Xu
2018-06-23 16:12:08 +03:00
parent db31458ffe
commit 6abca346be
3 changed files with 2 additions and 18 deletions

View File

@@ -80,7 +80,6 @@ namespace QuickLook.Plugin.VideoViewer
else
{
context.TitlebarAutoHide = true;
context.Theme = Themes.Dark;
context.TitlebarBlurVisibility = true;
}
}