mirror of
https://github.com/QL-Win/QuickLook.git
synced 2026-01-29 02:06:48 +08:00
Update Title Immediately
This commit is contained in:
@@ -69,7 +69,7 @@ public partial class ViewerWindow : INotifyPropertyChanged
|
||||
case nameof(ContextObject.Title):
|
||||
if (!string.IsNullOrWhiteSpace(ContextObject.Title))
|
||||
{
|
||||
Dispatcher.BeginInvoke(() =>
|
||||
Dispatcher?.Invoke(() =>
|
||||
{
|
||||
// We can not update the Title anytime
|
||||
// https://github.com/QL-Win/QuickLook/issues/1628
|
||||
|
||||
Reference in New Issue
Block a user