fix: loading state from open url
fix: some animation export error
This commit is contained in:
@@ -317,7 +317,8 @@ namespace Pixiview.Illust
|
||||
{
|
||||
tmp[i] = new IllustDetailItem
|
||||
{
|
||||
Id = illustItem.Id
|
||||
Id = illustItem.Id,
|
||||
Loading = true
|
||||
};
|
||||
}
|
||||
Illusts = items = tmp;
|
||||
|
Reference in New Issue
Block a user