feature: long press to save original illust

This commit is contained in:
2020-05-08 14:27:15 +08:00
parent e2ecabc224
commit 59cc3a77c9
14 changed files with 237 additions and 102 deletions

View File

@@ -363,7 +363,6 @@ namespace Pixiview.Illust
public class IllustCollection : List<IllustItem>
{
private static readonly object sync = new object();
private static IllustCollection empty;
public static IllustCollection Empty
@@ -387,7 +386,8 @@ namespace Pixiview.Illust
running = true;
}
private bool running;
private readonly object sync = new object();
private volatile bool running;
public bool Running
{
get => running;