mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix Conflict
This commit is contained in:
parent
6be5680a23
commit
91a46f7cad
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ namespace Flow.Launcher.ViewModel
|
|||
private volatile bool PreviewImageLoaded;
|
||||
|
||||
private ImageSource image = ImageLoader.LoadingImage;
|
||||
private ImageSource previewImage = ImageLoader.DefaultImage;
|
||||
private ImageSource previewImage = ImageLoader.LoadingImage;
|
||||
|
||||
public ImageSource Image
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue