mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
[Peek]Fix IsDevFilePreview and white flash (#28734)
This commit is contained in:
@@ -118,6 +118,8 @@ namespace Peek.FilePreviewer.Previewers
|
||||
}
|
||||
else
|
||||
{
|
||||
// Simple html file to preview. Shouldn't do things like enabling scripts or using a virtual mapped directory.
|
||||
IsDevFilePreview = false;
|
||||
Preview = new Uri(File.Path);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user