Update comment

This commit is contained in:
弘韬 张 2021-05-24 10:35:18 +08:00
parent 1c6d207595
commit 734a0cbfa1

View file

@ -75,6 +75,7 @@ namespace Flow.Launcher.ViewModel
return;
}
// We need to modify the property not field here to trigger the OnPropertyChanged event
Image = await Task.Run(() => ImageLoader.Load(imagePath)).ConfigureAwait(false);
}