We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90b23cd commit ebcb223Copy full SHA for ebcb223
QuickLook/ViewerWindow.Properties.cs
@@ -69,7 +69,7 @@ private void ContextObject_PropertyChanged(object sender, PropertyChangedEventAr
69
case nameof(ContextObject.Title):
70
if (!string.IsNullOrWhiteSpace(ContextObject.Title))
71
{
72
- Dispatcher.BeginInvoke(() =>
+ Dispatcher?.Invoke(() =>
73
74
// We can not update the Title anytime
75
// https://github.com/QL-Win/QuickLook/issues/1628
0 commit comments