[Deps]Bump CommunityToolkit.Mvvm to 8.2.0 (#25992)

This commit is contained in:
Davide Giacometti
2023-06-05 12:02:32 +02:00
committed by GitHub
parent a012d591c2
commit 0f6305f5fa
6 changed files with 46 additions and 67 deletions

View File

@@ -71,7 +71,7 @@ namespace Peek.FilePreviewer.Previewers
private IFileSystemItem File { get; }
public bool IsPreviewLoaded => preview != null;
public bool IsPreviewLoaded => Preview != null;
private DispatcherQueue Dispatcher { get; }