We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7920967 commit e1b75f4Copy full SHA for e1b75f4
2 files changed
QuickViewFile/QuickViewFile.csproj
@@ -6,7 +6,7 @@
6
<Nullable>enable</Nullable>
7
<ImplicitUsings>enable</ImplicitUsings>
8
<UseWPF>true</UseWPF>
9
- <Version>1.7.1.1</Version>
+ <Version>1.7.1.2</Version>
10
<ApplicationIcon>QuickViewFile.ico</ApplicationIcon>
11
<SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion>
12
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
QuickViewFile/ViewModel/FilesListViewModel.cs
@@ -288,6 +288,7 @@ await Task.Run(() =>
288
catch (Exception ex)
289
{
290
SelectedItem.FileContentModel.TextContent = ex.Message;
291
+ SelectedItem.FileContentModel.VideoMedia = null;
292
SelectedItem.FileContentModel.ShowTextBox = true;
293
SelectedItem.FileContentModel.ImageSource = null;
294
SelectedItem.FileContentModel.IsLoaded = false;
0 commit comments