fix: loading state from open url

fix: some animation export error
This commit is contained in:
2020-05-17 02:33:28 +08:00
parent 8f11b3d722
commit 2469a5ba88
2 changed files with 11 additions and 5 deletions

View File

@@ -317,7 +317,8 @@ namespace Pixiview.Illust
{
tmp[i] = new IllustDetailItem
{
Id = illustItem.Id
Id = illustItem.Id,
Loading = true
};
}
Illusts = items = tmp;