mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-11 17:59:17 +00:00
Fix #93: do not hide title bar for ImageViewer
This commit is contained in:
@@ -64,9 +64,9 @@ namespace QuickLook.Plugin.ImageViewer
|
||||
|
||||
Directory.SetCurrentDirectory(App.AppPath);
|
||||
|
||||
context.TitlebarBlurVisibility = true;
|
||||
context.TitlebarOverlap = true;
|
||||
context.TitlebarAutoHide = true;
|
||||
context.TitlebarBlurVisibility = false;
|
||||
context.TitlebarOverlap = false;
|
||||
context.TitlebarAutoHide = false;
|
||||
}
|
||||
|
||||
public void View(string path, ContextObject context)
|
||||
|
Reference in New Issue
Block a user